diff options
-rw-r--r-- | sys-boot/colo/colo-1.22.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/colo/colo-1.22.ebuild b/sys-boot/colo/colo-1.22.ebuild index d18a3506ac89..36e97640d16e 100644 --- a/sys-boot/colo/colo-1.22.ebuild +++ b/sys-boot/colo/colo-1.22.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="CObalt LOader - Modern bootloader for Cobalt MIPS machines" -HOMEPAGE="http://www.colonel-panic.org/cobalt-mips/" -SRC_URI="http://www.colonel-panic.org/cobalt-mips/colo/colo-${PV}.tar.gz" +HOMEPAGE="https://www.colonel-panic.org/cobalt-mips/" +SRC_URI="https://www.colonel-panic.org/cobalt-mips/colo/colo-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~mips" |