diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-04-06 07:20:58 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-07 00:22:14 +0200 |
commit | ac228959a474f34d69b5808d68f105b8cee7cbe5 (patch) | |
tree | 0900f39a92a6e078458f42ad0aae89067007d290 /net-dns | |
parent | x11-misc/j4-dmenu-desktop: drop old version. (diff) | |
download | gentoo-ac228959a474f34d69b5808d68f105b8cee7cbe5.tar.gz gentoo-ac228959a474f34d69b5808d68f105b8cee7cbe5.tar.bz2 gentoo-ac228959a474f34d69b5808d68f105b8cee7cbe5.zip |
net-dns/pdns-ldap-backend: update HOMEPAGE, use HTTPS.
Closes: https://bugs.gentoo.org/682496
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11604
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild b/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild index ff05ebf0060c..a53470cbafa4 100644 --- a/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild +++ b/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils multilib DESCRIPTION="Fork of the official but unmaintained LDAP backend" -HOMEPAGE="http://repo.or.cz/w/pdns-ldap-backend.git http://sequanux.org/cgi-bin/mailman/listinfo/pdns-ldap-backend" +HOMEPAGE="https://repo.or.cz/w/pdns-ldap-backend.git http://sequanux.org/cgi-bin/mailman/listinfo/pdns-ldap-backend" SRC_URI="http://sequanux.org/dl/${PN}/${P}.tar.gz" LICENSE="GPL-2" |