diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-19 19:14:15 +0200 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-06-20 23:24:39 -0700 |
commit | 2748b29cb886594c817e343992dd11c61f02c825 (patch) | |
tree | 7d72a19e1cd16325a5c363ff1bdb518526673d9b /app-forensics | |
parent | media-sound/teamspeak-client-bin: bump to version 3.1.10 (diff) | |
download | gentoo-2748b29cb886594c817e343992dd11c61f02c825.tar.gz gentoo-2748b29cb886594c817e343992dd11c61f02c825.tar.bz2 gentoo-2748b29cb886594c817e343992dd11c61f02c825.zip |
app-forensics/cmospwd: use HTTPs
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/cmospwd/cmospwd-5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-forensics/cmospwd/cmospwd-5.1.ebuild b/app-forensics/cmospwd/cmospwd-5.1.ebuild index 1fbc8925130b..5d8abd99a5cd 100644 --- a/app-forensics/cmospwd/cmospwd-5.1.ebuild +++ b/app-forensics/cmospwd/cmospwd-5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit toolchain-funcs DESCRIPTION="CmosPwd decrypts password stored in cmos used to access BIOS SETUP" -HOMEPAGE="http://www.cgsecurity.org/wiki/CmosPwd" -SRC_URI="http://www.cgsecurity.org/${P}.tar.bz2" +HOMEPAGE="https://www.cgsecurity.org/wiki/CmosPwd" +SRC_URI="https://www.cgsecurity.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |