diff options
author | 2017-07-29 11:13:03 +1000 | |
---|---|---|
committer | 2017-07-30 10:46:46 +0200 | |
commit | af6bef65cb4518487389fde9b95ede9ef1a8b775 (patch) | |
tree | d04a20378e41a82091f6eded4b94a762b8f96f18 /app-misc/sleepyhead | |
parent | app-misc/screenfetch: use HTTPS for GitHub (diff) | |
download | gentoo-af6bef65cb4518487389fde9b95ede9ef1a8b775.tar.gz gentoo-af6bef65cb4518487389fde9b95ede9ef1a8b775.tar.bz2 gentoo-af6bef65cb4518487389fde9b95ede9ef1a8b775.zip |
app-misc/sleepyhead: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-misc/sleepyhead')
-rw-r--r-- | app-misc/sleepyhead/sleepyhead-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/sleepyhead/sleepyhead-9999.ebuild b/app-misc/sleepyhead/sleepyhead-9999.ebuild index 6b4c8dabd189..36e00d73fd3d 100644 --- a/app-misc/sleepyhead/sleepyhead-9999.ebuild +++ b/app-misc/sleepyhead/sleepyhead-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ HOMEPAGE="https://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Main # Point to any required sources; these will be automatically downloaded by # Portage. -EGIT_REPO_URI="git://github.com/rich0/rich0-sleepyhead.git" +EGIT_REPO_URI="https://github.com/rich0/rich0-sleepyhead.git" EGIT_BRANCH="rich-test" LICENSE="GPL-2" |