diff options
Diffstat (limited to 'sys-apps/flashrom/flashrom-9999.ebuild')
-rw-r--r-- | sys-apps/flashrom/flashrom-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/flashrom/flashrom-9999.ebuild b/sys-apps/flashrom/flashrom-9999.ebuild index a552cb33f7fe..5e764d19fc7d 100644 --- a/sys-apps/flashrom/flashrom-9999.ebuild +++ b/sys-apps/flashrom/flashrom-9999.ebuild @@ -8,12 +8,12 @@ if [[ ${PV} == "9999" ]] ; then ESVN_REPO_URI="https://code.coreboot.org/svn/flashrom/trunk" inherit subversion else - SRC_URI="http://download.flashrom.org/releases/${P}.tar.bz2" + SRC_URI="https://download.flashrom.org/releases/${P}.tar.bz2" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Utility for reading, writing, erasing and verifying flash ROM chips" -HOMEPAGE="http://flashrom.org/" +HOMEPAGE="https://flashrom.org/" LICENSE="GPL-2" SLOT="0" |