diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-23 16:57:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-24 14:10:48 +0100 |
commit | 4095fb32caa84a2d3f7af1fcfb511f875cc954d0 (patch) | |
tree | d1a50579c3c6055643b24db5d4d457dbe79975ed /dev-python/python-daap/python-daap-0.7.1-r1.ebuild | |
parent | dev-python/python-memcached: use HTTPS (diff) | |
download | gentoo-4095fb32caa84a2d3f7af1fcfb511f875cc954d0.tar.gz gentoo-4095fb32caa84a2d3f7af1fcfb511f875cc954d0.tar.bz2 gentoo-4095fb32caa84a2d3f7af1fcfb511f875cc954d0.zip |
dev-python/python-daap: use HTTPS
Diffstat (limited to 'dev-python/python-daap/python-daap-0.7.1-r1.ebuild')
-rw-r--r-- | dev-python/python-daap/python-daap-0.7.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild index 57fde7244ee8..a450131628c6 100644 --- a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild +++ b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,8 @@ inherit distutils-r1 flag-o-matic MY_P="PythonDaap-${PV}" DESCRIPTION="PyDaap is a DAAP client implemented in Python, based on PyTunes" -HOMEPAGE="http://jerakeen.org/code/pythondaap" +HOMEPAGE="https://movieos.org/code/pythondaap/ + https://github.com/tominsam/pythondaap" SRC_URI="http://jerakeen.org/files/${MY_P}.tar.gz" LICENSE="GPL-2" |