]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
src/Main.hs: support NULLMX (RFC7505)
[email-validator.git] / email-validator.cabal
index c899d8c044253d5ef856bf519281a5fa5dbf9500..6627128b23fd5e7a16422d88872275cc8bd4eaea 100644 (file)
@@ -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 <michael@orlitzky.com>
-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