diff options
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="" |