summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2020-01-05 16:23:28 +0100
committerJohannes Huber <johu@gentoo.org>2020-01-05 16:24:02 +0100
commit6967c56438602029d386a8136f5c0f3b3e5c632f (patch)
treeb72510c67a5fd3d1a8a23af1132efab70d1a49e0 /net-irc/quassel/quassel-9999.ebuild
parentnet-irc/quassel: Migrate to xdg-utils eclass (diff)
downloadgentoo-6967c56438602029d386a8136f5c0f3b3e5c632f.tar.gz
gentoo-6967c56438602029d386a8136f5c0f3b3e5c632f.tar.bz2
gentoo-6967c56438602029d386a8136f5c0f3b3e5c632f.zip
net-irc/quassel: Drop git uri w/ insecure protocol
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'net-irc/quassel/quassel-9999.ebuild')
-rw-r--r--net-irc/quassel/quassel-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
index 7cdf802a823b..cf1d88423f34 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~sparc-solaris"
S="${WORKDIR}/${MY_P}"
else
- EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" "git://git.${PN}-irc.org/${PN}" )
+ EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" )
inherit git-r3
fi