summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2017-09-09 17:21:31 +0200
committerMike Gilbert <floppym@gentoo.org>2017-11-09 17:03:19 -0500
commit6e9ef4a95e82c51850a378a39732703d2815b169 (patch)
tree0f26a1a813254aa7aac2037c80ca55efd36ef66e /dev-python/subvertpy/subvertpy-0.9.1.ebuild
parentdev-java/jcifs: use HTTPS for links to samba.org (bug #636916) (diff)
downloadgentoo-6e9ef4a95e82c51850a378a39732703d2815b169.tar.gz
gentoo-6e9ef4a95e82c51850a378a39732703d2815b169.tar.bz2
gentoo-6e9ef4a95e82c51850a378a39732703d2815b169.zip
dev-python/subvertpy: use HTTPS for links to samba.org (bug #636916)
Diffstat (limited to 'dev-python/subvertpy/subvertpy-0.9.1.ebuild')
-rw-r--r--dev-python/subvertpy/subvertpy-0.9.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/subvertpy/subvertpy-0.9.1.ebuild b/dev-python/subvertpy/subvertpy-0.9.1.ebuild
index dc86dd9ed19d..0f9ecadd8481 100644
--- a/dev-python/subvertpy/subvertpy-0.9.1.ebuild
+++ b/dev-python/subvertpy/subvertpy-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Alternative Python bindings for Subversion"
-HOMEPAGE="http://samba.org/~jelmer/subvertpy/ https://pypi.python.org/pypi/subvertpy"
-SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.samba.org/~jelmer/subvertpy/ https://pypi.python.org/pypi/subvertpy"
+SRC_URI="https://www.samba.org/~jelmer/${PN}/${P}.tar.gz"
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="0"