commit: 87f40a67ba35d2f1efde4717c51dc1a83a9963d7
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:08:57 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:46:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f40a67
app-misc/pysmssend: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-misc/pysmssend/pysmssend-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/app-misc/pysmssend/pysmssend-9999.ebuild
b/app-misc/pysmssend/pysmssend-9999.ebuild
index 378b8f891e1..fcdaece171c 100644
--- a/app-misc/pysmssend/pysmssend-9999.ebuild
+++ b/app-misc/pysmssend/pysmssend-9999.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
-EGIT_REPO_URI="git://github.com/hwoarang/${PN}.git
- https://github.com/hwoarang/${PN}.git"
+EGIT_REPO_URI="https://github.com/hwoarang/${PN}.git"
inherit distutils-r1 eutils git-r3