diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-11 18:21:27 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 15:15:40 -0400 |
commit | 1d7554df702c0f2d111b9e14ec331f75aebe9334 (patch) | |
tree | 891f68b99b932cdaa567b61a716d4e2e9f101975 /media-plugins/vdr-pin | |
parent | media-plugins/vdr-osdpip: use HTTPS (diff) | |
download | gentoo-1d7554df702c0f2d111b9e14ec331f75aebe9334.tar.gz gentoo-1d7554df702c0f2d111b9e14ec331f75aebe9334.tar.bz2 gentoo-1d7554df702c0f2d111b9e14ec331f75aebe9334.zip |
media-plugins/vdr-pin: use HTTPS, remove Variable in HOMEPAGE
Bug: https://bugs.gentoo.org/408917
Diffstat (limited to 'media-plugins/vdr-pin')
-rw-r--r-- | media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild b/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild index d59e2524cb8a..43e89dac7ec7 100644 --- a/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild +++ b/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1379" # every bump, new version DESCRIPTION="VDR plugin: enable/disable parentalrating in records" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-${VDRPLUGIN}" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-pin" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~amd64 ~x86" |