Skip to content

Commit

Permalink
app-admin/tmpwatch: fix HOMEPAGE, SRC_URI.
Browse files Browse the repository at this point in the history
Closes: gentoo#5563
  • Loading branch information
mm1ke authored and monsieurp committed Oct 27, 2017
1 parent 0a84eca commit d4e0b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-admin/tmpwatch/tmpwatch-2.11-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions app-admin/tmpwatch/tmpwatch-2.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d4e0b86

Please sign in to comment.