babel-pinger: use HTTPS to download the tarball
authorJosef Schlehofer <[email protected]>
Mon, 16 Jun 2025 20:52:20 +0000 (22:52 +0200)
committerJosef Schlehofer <[email protected]>
Tue, 17 Jun 2025 06:52:06 +0000 (08:52 +0200)
Project URL was changed, use the up-to-date.

Signed-off-by: Josef Schlehofer <[email protected]>
babel-pinger/Makefile

index 052f467a719c7380f53c2a5b38159648f2366484..b6c86f708d59ec6b3fc7853ba997c18d966ff030 100644 (file)
@@ -9,7 +9,7 @@ PKG_VERSION:=0.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/files/
+PKG_SOURCE_URL:=https://www.irif.fr/~jch/software/files/
 PKG_HASH:=c411430bb102f08d3d68d2fb5010b5da0149908b671ac0fb12abd8c8ee6380c5
 
 include $(INCLUDE_DIR)/package.mk
@@ -19,7 +19,7 @@ define Package/babel-pinger
   CATEGORY:=Network
   SUBMENU:=Routing and Redirection
   TITLE:=Babel-pinger
-  URL:=http://www.pps.univ-paris-diderot.fr/~jch/software/babel/
+  URL:=https://www.irif.fr/~jch/software/babel/
   MAINTAINER:=Gabriel Kerneis <[email protected]>
   DEPENDS:=+librt
 endef