X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=email-validator.cabal;h=6627128b23fd5e7a16422d88872275cc8bd4eaea;hb=432089f7b63e96b6e15ad7895f0e4b6aa1a52efc;hp=c899d8c044253d5ef856bf519281a5fa5dbf9500;hpb=fc08ccc3a797f2f5381de72bfbd787f7ce279c79;p=email-validator.git diff --git a/email-validator.cabal b/email-validator.cabal index c899d8c..6627128 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -1,15 +1,16 @@ cabal-version: 3.0 name: email-validator -version: 1.0.0 +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