diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-10 18:30:07 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-15 15:27:23 +0100 |
commit | fc4c40cf6495ad3e7c767ded5b18c554169c55ee (patch) | |
tree | 11ef2e6a17f53e1d0c9ef7a32c11562cc60cc2ac /dev-libs/ding-libs/ding-libs-0.5.0.ebuild | |
parent | dev-python/kitchen: remove dead HOMEPAGE. (diff) | |
download | gentoo-fc4c40cf6495ad3e7c767ded5b18c554169c55ee.tar.gz gentoo-fc4c40cf6495ad3e7c767ded5b18c554169c55ee.tar.bz2 gentoo-fc4c40cf6495ad3e7c767ded5b18c554169c55ee.zip |
dev-libs/ding-libs: fix HOMEPAGE and SRC_URI.
Closes: https://github.com/gentoo/gentoo/pull/7150
Diffstat (limited to 'dev-libs/ding-libs/ding-libs-0.5.0.ebuild')
-rw-r--r-- | dev-libs/ding-libs/ding-libs-0.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/ding-libs/ding-libs-0.5.0.ebuild b/dev-libs/ding-libs/ding-libs-0.5.0.ebuild index d252ab3bea6c..f917de14d1b4 100644 --- a/dev-libs/ding-libs/ding-libs-0.5.0.ebuild +++ b/dev-libs/ding-libs/ding-libs-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,8 +6,8 @@ EAPI="5" inherit autotools-multilib DESCRIPTION="set of utility libraries (mostly used by sssd)" -HOMEPAGE="https://fedorahosted.org/sssd" -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz" +HOMEPAGE="https://pagure.io/SSSD/ding-libs" +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz" LICENSE="LGPL-3 GPL-3" SLOT="0" |