diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:38:16 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:29 -0400 |
commit | 1b567c54dbdad36a473218b49bf5a16bffd8f0c3 (patch) | |
tree | f0583102ec87c0ead4c3d41b35dedadc98059a07 /app-misc/mvcase | |
parent | app-misc/fdutils: use HTTPS (diff) | |
download | gentoo-1b567c54dbdad36a473218b49bf5a16bffd8f0c3.tar.gz gentoo-1b567c54dbdad36a473218b49bf5a16bffd8f0c3.tar.bz2 gentoo-1b567c54dbdad36a473218b49bf5a16bffd8f0c3.zip |
app-misc/mvcase: use HTTPS
Diffstat (limited to 'app-misc/mvcase')
-rw-r--r-- | app-misc/mvcase/mvcase-0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/mvcase/mvcase-0.1-r2.ebuild b/app-misc/mvcase/mvcase-0.1-r2.ebuild index 7ac153864188..870ed73f8977 100644 --- a/app-misc/mvcase/mvcase-0.1-r2.ebuild +++ b/app-misc/mvcase/mvcase-0.1-r2.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils toolchain-funcs DESCRIPTION="A modified version of mv, used to convert filenames to lower/upper case" -HOMEPAGE="http://www.ibiblio.org/pub/Linux/utils/file" -SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz" +HOMEPAGE="https://www.ibiblio.org/pub/Linux/utils/file" +SRC_URI="https://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |