diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/chntpw/chntpw-140201.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild index 1daf1b00e051..31dc499adef3 100644 --- a/app-crypt/chntpw/chntpw-140201.ebuild +++ b/app-crypt/chntpw/chntpw-140201.ebuild @@ -6,12 +6,12 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Offline Windows NT Password & Registry Editor" -HOMEPAGE="http://pogostick.net/~pnh/ntpasswd/" -SRC_URI="http://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" +HOMEPAGE="https://pogostick.net/~pnh/ntpasswd/" +SRC_URI="https://pogostick.net/~pnh/ntpasswd/${PN}-source-${PV}.zip" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" IUSE="static" RDEPEND="dev-libs/openssl:0=" |