diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-27 15:22:21 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-04 21:25:55 -0400 |
commit | fb4fcc774141d35597b63db9b0882dbf030158e2 (patch) | |
tree | 68dc6efc8ec7c8d953db25c044a778a2e629b11e | |
parent | dev-libs/qqwing: use HTTPS (diff) | |
download | gentoo-fb4fcc774141d35597b63db9b0882dbf030158e2.tar.gz gentoo-fb4fcc774141d35597b63db9b0882dbf030158e2.tar.bz2 gentoo-fb4fcc774141d35597b63db9b0882dbf030158e2.zip |
net-libs/libdmapsharing: use HTTPS
-rw-r--r-- | net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild index cbe44efe8d62..3bc13d376e0a 100644 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild +++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit gnome2 DESCRIPTION="A library that implements the DMAP family of protocols" -HOMEPAGE="http://www.flyn.org/projects/libdmapsharing" -SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/" +SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="3.0/2" |