mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
app-admin/grubconfig: fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/1699 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
bc071eae98
commit
8ce0581b26
@@ -6,7 +6,7 @@ inherit multilib
|
||||
|
||||
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
|
||||
HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
|
||||
SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
|
||||
SRC_URI="http://gentoo/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=6
|
||||
|
||||
DESCRIPTION="Simple Tool to configure Grub-Bootloader"
|
||||
HOMEPAGE="https://web.archive.org/web/20100410042718/http://www.tux.org/pub/people/kent-robotti/looplinux"
|
||||
SRC_URI="http://www.tux.org/pub/people/kent-robotti/looplinux/${P}.tar.gz"
|
||||
SRC_URI="http://gentoo/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user