diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2024-06-30 12:27:44 +0300 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-07-13 11:06:13 +0000 |
commit | 0759a61ff4fadfc636f78feb242db478d25bc124 (patch) | |
tree | f6c90351a2eb7dcfd3cbd01420a9f2275af3c2a4 | |
parent | net-p2p/amule: use xdg-open instead of mplayer for media previews (diff) | |
download | gentoo-0759a61ff4fadfc636f78feb242db478d25bc124.tar.gz gentoo-0759a61ff4fadfc636f78feb242db478d25bc124.tar.bz2 gentoo-0759a61ff4fadfc636f78feb242db478d25bc124.zip |
net-p2p/amule: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/37373
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | net-p2p/amule/amule-2.3.3-r3.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.3.3-r4.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/amule/amule-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/amule/amule-2.3.3-r3.ebuild b/net-p2p/amule/amule-2.3.3-r3.ebuild index edc3de4268ce..f67a6e764603 100644 --- a/net-p2p/amule/amule-2.3.3-r3.ebuild +++ b/net-p2p/amule/amule-2.3.3-r3.ebuild @@ -17,7 +17,7 @@ else fi DESCRIPTION="aMule, the all-platform eMule p2p client" -HOMEPAGE="http://www.amule.org/" +HOMEPAGE="https://www.amule.org/" LICENSE="GPL-2+" SLOT="0" diff --git a/net-p2p/amule/amule-2.3.3-r4.ebuild b/net-p2p/amule/amule-2.3.3-r4.ebuild index a1aa3c9c2ce6..40687025dc71 100644 --- a/net-p2p/amule/amule-2.3.3-r4.ebuild +++ b/net-p2p/amule/amule-2.3.3-r4.ebuild @@ -17,7 +17,7 @@ else fi DESCRIPTION="aMule, the all-platform eMule p2p client" -HOMEPAGE="http://www.amule.org/" +HOMEPAGE="https://www.amule.org/" LICENSE="GPL-2+" SLOT="0" diff --git a/net-p2p/amule/amule-9999.ebuild b/net-p2p/amule/amule-9999.ebuild index 9673e620eb9c..581dd72dc6dd 100644 --- a/net-p2p/amule/amule-9999.ebuild +++ b/net-p2p/amule/amule-9999.ebuild @@ -17,7 +17,7 @@ else fi DESCRIPTION="aMule, the all-platform eMule p2p client" -HOMEPAGE="http://www.amule.org/" +HOMEPAGE="https://www.amule.org/" LICENSE="GPL-2+" SLOT="0" |