From 7c02304f2322f78bab80340b265f23571f4c9fcd Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 20 Apr 2024 22:38:20 -0400 Subject: [PATCH] hath.cabal: http -> https --- hath.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.2