From: Michael Orlitzky Date: Sun, 21 Apr 2024 02:38:20 +0000 (-0400) Subject: hath.cabal: http -> https X-Git-Tag: 0.5.8~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=7c02304f2322f78bab80340b265f23571f4c9fcd hath.cabal: http -> https --- diff --git a/hath.cabal b/hath.cabal index 07755e0..4a01c2d 100644 --- a/hath.cabal +++ b/hath.cabal @@ -2,8 +2,8 @@ cabal-version: 3.0 name: hath version: 0.5.7 author: Michael Orlitzky -maintainer: Michael Orlitzky -homepage: http://michael.orlitzky.com/code/hath.xhtml +maintainer: Michael Orlitzky +homepage: https://michael.orlitzky.com/code/hath.xhtml bug-reports: mailto:michael@orlitzky.com category: Utils license: AGPL-3.0-only @@ -157,5 +157,5 @@ test-suite shelltests source-repository head type: git - location: http://gitweb.michael.orlitzky.com/hath.git + location: https://gitweb.michael.orlitzky.com/hath.git branch: master