diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:20:31 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:49 +0200 |
commit | f0f7c6170c37edbc61a1c8581a64e60923aa6c5b (patch) | |
tree | 58f270897c87287826c8a209ba30c788cbccd871 /sys-apps/makedev | |
parent | dev-java/vecmath: Version bump. Fixes bug 558552. (diff) | |
download | gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.gz gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.tar.bz2 gentoo-f0f7c6170c37edbc61a1c8581a64e60923aa6c5b.zip |
Use https for kernel.org and redhat.com
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-apps/makedev')
-rw-r--r-- | sys-apps/makedev/makedev-3.23.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/makedev/makedev-3.23.1.ebuild b/sys-apps/makedev/makedev-3.23.1.ebuild index 6cc925cf58af..f3bdfe9a548c 100644 --- a/sys-apps/makedev/makedev-3.23.1.ebuild +++ b/sys-apps/makedev/makedev-3.23.1.ebuild @@ -11,8 +11,8 @@ MY_VER=${PV%.*} MY_REL=${PV#${MY_VER}.} MY_P="${MY_PN}-${MY_VER}" DESCRIPTION="program used for creating device files in /dev" -HOMEPAGE="http://people.redhat.com/nalin/MAKEDEV/" -SRC_URI="http://people.redhat.com/nalin/MAKEDEV/${MY_P}-${MY_REL}.tar.gz" +HOMEPAGE="https://people.redhat.com/nalin/MAKEDEV/" +SRC_URI="https://people.redhat.com/nalin/MAKEDEV/${MY_P}-${MY_REL}.tar.gz" LICENSE="GPL-2" SLOT="0" |