diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-11 15:03:25 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:24 -0400 |
commit | adcbb2dc9edf465b6d56b4598ddd0149461b817e (patch) | |
tree | 5bedab25ce006097e63da769511fed817fcbe442 /media-sound/fmtools | |
parent | media-sound/gogglesmm: use HTTPS (diff) | |
download | gentoo-adcbb2dc9edf465b6d56b4598ddd0149461b817e.tar.gz gentoo-adcbb2dc9edf465b6d56b4598ddd0149461b817e.tar.bz2 gentoo-adcbb2dc9edf465b6d56b4598ddd0149461b817e.zip |
media-sound/fmtools: use HTTPS
Diffstat (limited to 'media-sound/fmtools')
-rw-r--r-- | media-sound/fmtools/fmtools-2.0.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/fmtools/fmtools-2.0.7.ebuild b/media-sound/fmtools/fmtools-2.0.7.ebuild index a077ce2a3970..1bed06a20375 100644 --- a/media-sound/fmtools/fmtools-2.0.7.ebuild +++ b/media-sound/fmtools/fmtools-2.0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="A collection of programs for controlling v4l radio card drivers" -HOMEPAGE="http://benpfaff.org/fmtools/" -SRC_URI="http://benpfaff.org/${PN}/${P}.tar.gz" +HOMEPAGE="https://benpfaff.org/fmtools/" +SRC_URI="https://benpfaff.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |