diff options
author | 2017-07-29 09:28:36 +1000 | |
---|---|---|
committer | 2017-07-30 10:35:57 +0200 | |
commit | a3b7761b46039741ff781afc9d20cdafde13f7a7 (patch) | |
tree | 70906fd68941b346ee7aa669830d0ae1b0e97c09 /app-admin/needrestart/needrestart-2.11.ebuild | |
parent | app-admin/fleet: use HTTPS for GitHub, fix whitespace (diff) | |
download | gentoo-a3b7761b46039741ff781afc9d20cdafde13f7a7.tar.gz gentoo-a3b7761b46039741ff781afc9d20cdafde13f7a7.tar.bz2 gentoo-a3b7761b46039741ff781afc9d20cdafde13f7a7.zip |
app-admin/needrestart: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-admin/needrestart/needrestart-2.11.ebuild')
-rw-r--r-- | app-admin/needrestart/needrestart-2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/needrestart/needrestart-2.11.ebuild b/app-admin/needrestart/needrestart-2.11.ebuild index c0f74b5a6124..c0f3cada3106 100644 --- a/app-admin/needrestart/needrestart-2.11.ebuild +++ b/app-admin/needrestart/needrestart-2.11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" |