app-admin/tmpwatch: fix HOMEPAGE, SRC_URI.

Closes: https://github.com/gentoo/gentoo/pull/5563
This commit is contained in:
Michael Mair-Keimberger
2017-08-30 20:52:59 +02:00
committed by Patrice Clement
parent 0a84eca328
commit d4e0b86036
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ EAPI=6
inherit toolchain-funcs eutils
DESCRIPTION="Files which haven't been accessed are removed from specified directories"
HOMEPAGE="https://fedorahosted.org/tmpwatch/"
SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2"
HOMEPAGE="https://pagure.io/tmpwatch"
SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"

View File

@@ -6,8 +6,8 @@ EAPI=5
inherit toolchain-funcs
DESCRIPTION="Files which haven't been accessed are removed from specified directories"
HOMEPAGE="https://fedorahosted.org/tmpwatch/"
SRC_URI="https://fedorahosted.org/releases/t/m/${PN}/${P}.tar.bz2"
HOMEPAGE="https://pagure.io/tmpwatch"
SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"