X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=6627128b23fd5e7a16422d88872275cc8bd4eaea;hb=432089f7b63e96b6e15ad7895f0e4b6aa1a52efc;hp=24287a7377c3283706d4628a714876a570fdab4e;hpb=da16d4008b48e054104d0d186f47c6382f280b06;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index 24287a7..6627128 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -3,13 +3,14 @@ name: email-validator version: 1.0.1 author: Michael Orlitzky maintainer: Michael Orlitzky -homepage: http://michael.orlitzky.com/code/email-validator.xhtml +homepage: https://michael.orlitzky.com/code/email-validator.xhtml bug-reports: mailto:michael@orlitzky.com category: Utils -license: AGPL-3.0-only +license: AGPL-3.0-or-later license-file: doc/LICENSE build-type: Simple extra-source-files: + doc/COPYING doc/man1/email-validator.1 synopsis: Perform basic syntax and deliverability checks on email addresses. @@ -110,5 +111,5 @@ test-suite doctests source-repository head type: git - location: http://gitweb.michael.orlitzky.com/email-validator.git + location: https://gitweb.michael.orlitzky.com/email-validator.git branch: master