diff options
author | Johannes Huber <johu@gentoo.org> | 2020-01-05 16:23:28 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2020-01-05 16:24:02 +0100 |
commit | 6967c56438602029d386a8136f5c0f3b3e5c632f (patch) | |
tree | b72510c67a5fd3d1a8a23af1132efab70d1a49e0 /net-irc | |
parent | net-irc/quassel: Migrate to xdg-utils eclass (diff) | |
download | gentoo-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')
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 2 |
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 |