diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 17:43:05 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:47:26 +0200 |
commit | 436c4bf6e1b592fb5dced28f5de1505c6f0a8061 (patch) | |
tree | fc29af44647229aed8b6c9f1b9c61b98e06762f8 /dev-db | |
parent | app-vim/youcompleteme: use HTTPS for GitHub (diff) | |
download | gentoo-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
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/phppgadmin/phppgadmin-9999.ebuild | 5 |
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="" |