From: Michael Orlitzky Date: Wed, 24 Apr 2024 23:32:14 +0000 (-0400) Subject: email-validator.cabal: http -> https X-Git-Tag: 1.1.0~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=commitdiff_plain;h=84dadb632d7fd7f968b59f1317cf9e0b562fbe79 email-validator.cabal: http -> https --- diff --git a/email-validator.cabal b/email-validator.cabal index 24287a7..c2635fe 100644 --- a/email-validator.cabal +++ b/email-validator.cabal @@ -3,7 +3,7 @@ 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 @@ -110,5 +110,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