From cd66d3d26d726dd8e3cf720cbacf765bbbe54a27 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 20 Apr 2024 22:36:52 -0400 Subject: [PATCH] haeredes.cabal: http -> https --- haeredes.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haeredes.cabal b/haeredes.cabal index 29c5703..e57ee71 100644 --- a/haeredes.cabal +++ b/haeredes.cabal @@ -5,7 +5,7 @@ author: Michael Orlitzky maintainer: Michael Orlitzky license: AGPL-3.0-only license-file: doc/LICENSE -homepage: http://michael.orlitzky.com/code/haeredes.xhtml +homepage: https://michael.orlitzky.com/code/haeredes.xhtml bug-reports: mailto:michael@orlitzky.com category: DNS, Utils build-type: Simple @@ -116,5 +116,5 @@ test-suite shelltests source-repository head type: git - location: http://gitweb.michael.orlitzky.com/haeredes.git + location: https://gitweb.michael.orlitzky.com/haeredes.git branch: master -- 2.43.2