diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 15:55:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 16:03:15 +0100 |
commit | b91b75aed35ec4e37ee55dfc2a928081dea8cf57 (patch) | |
tree | b0e006cbb454c80f7048b324ab1c33ab101932cf /net-im | |
parent | net-im/pidgin: Remove broken py3.8 support (diff) | |
download | gentoo-b91b75aed35ec4e37ee55dfc2a928081dea8cf57.tar.gz gentoo-b91b75aed35ec4e37ee55dfc2a928081dea8cf57.tar.bz2 gentoo-b91b75aed35ec4e37ee55dfc2a928081dea8cf57.zip |
net-im/pidgin: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/pidgin-2.13.0-r8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin/pidgin-2.13.0-r8.ebuild b/net-im/pidgin/pidgin-2.13.0-r8.ebuild index 821a6b42b1ac..f3f3b6b1f4e3 100644 --- a/net-im/pidgin/pidgin-2.13.0-r8.ebuild +++ b/net-im/pidgin/pidgin-2.13.0-r8.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit autotools gnome2-utils flag-o-matic toolchain-funcs multilib perl-module python-single-r1 xdg DESCRIPTION="GTK Instant Messenger client" -HOMEPAGE="http://pidgin.im/" +HOMEPAGE="https://pidgin.im/" SRC_URI=" mirror://sourceforge/${PN}/${P}.tar.bz2 https://dev.gentoo.org/~polynomial-c/${PN}-eds-3.6.patch.bz2 |