summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 17:43:05 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:47:26 +0200
commit436c4bf6e1b592fb5dced28f5de1505c6f0a8061 (patch)
treefc29af44647229aed8b6c9f1b9c61b98e06762f8
parentapp-vim/youcompleteme: use HTTPS for GitHub (diff)
downloadgentoo-436c4bf6e1b592fb5dced28f5de1505c6f0a8061.tar.gz
gentoo-436c4bf6e1b592fb5dced28f5de1505c6f0a8061.tar.bz2
gentoo-436c4bf6e1b592fb5dced28f5de1505c6f0a8061.zip
dev-db/phppgadmin: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--dev-db/phppgadmin/phppgadmin-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/phppgadmin/phppgadmin-9999.ebuild b/dev-db/phppgadmin/phppgadmin-9999.ebuild
index 51ad630e488d..61ae2918cea2 100644
--- a/dev-db/phppgadmin/phppgadmin-9999.ebuild
+++ b/dev-db/phppgadmin/phppgadmin-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -7,8 +7,7 @@ inherit webapp git-2
DESCRIPTION="Web-based administration for Postgres database in php"
HOMEPAGE="http://phppgadmin.sourceforge.net/"
-EGIT_REPO_URI="git://github.com/xzilla/${PN}.git
- https://github.com/xzilla/${PN}.git"
+EGIT_REPO_URI="https://github.com/xzilla/${PN}.git"
LICENSE="GPL-2"
KEYWORDS=""