mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/tmpwatch: fix HOMEPAGE, SRC_URI.
Closes: https://github.com/gentoo/gentoo/pull/5563
This commit is contained in:
committed by
Patrice Clement
parent
0a84eca328
commit
d4e0b86036
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user