From 005f5bef03d7e7ee619cda68127a86118f433162 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 14 May 2024 01:25:20 +0200 Subject: [PATCH] Switch to https URLs. It's much safer, they say. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a7ab18f..76d4685 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,10 @@ SLOGAN := the minimal snapshot manager AUTHOR := Andre Noll EMAIL := maan@tuebingen.mpg.de COPYRIGHT_YEAR := 2024 -URL := http://people.tuebingen.mpg.de/maan/$(PACKAGE)/ -CLONE_URL := git://git.tuebingen.mpg.de/$(PACKAGE) -GITWEB_URL := http://git.tuebingen.mpg.de/$(PACKAGE).git -HOME_URL := http://people.tuebingen.mpg.de/maan/ +URL := https://people.tuebingen.mpg.de/maan/$(PACKAGE)/ +CLONE_URL := https://git.tuebingen.mpg.de/$(PACKAGE) +GITWEB_URL := https://git.tuebingen.mpg.de/$(PACKAGE).git +HOME_URL := https://people.tuebingen.mpg.de/maan/ LICENSE := GPL-2.0+ LICENSE_URL := https://www.gnu.org/licenses/gpl-3.0-standalone.html LOGLEVELS := LL_DEBUG,LL_INFO,LL_NOTICE,LL_WARNING,LL_ERROR,LL_CRIT,LL_EMERG -- 2.39.5