diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-08 11:32:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-08 13:23:15 +0200 |
commit | 30a5286a4bbf06bfd41c7371d5d3b7e97bc3ae1e (patch) | |
tree | 3445ea93dc9955bb3553af97009ec481beeffa95 /app-misc/grabcartoons | |
parent | app-crypt/gnupg: Cleanup old (diff) | |
download | gentoo-30a5286a4bbf06bfd41c7371d5d3b7e97bc3ae1e.tar.gz gentoo-30a5286a4bbf06bfd41c7371d5d3b7e97bc3ae1e.tar.bz2 gentoo-30a5286a4bbf06bfd41c7371d5d3b7e97bc3ae1e.zip |
app-misc/grabcartoons: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9133
Diffstat (limited to 'app-misc/grabcartoons')
-rw-r--r-- | app-misc/grabcartoons/grabcartoons-2.8.4_p20141112.ebuild | 4 | ||||
-rw-r--r-- | app-misc/grabcartoons/grabcartoons-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/grabcartoons/grabcartoons-2.8.4_p20141112.ebuild b/app-misc/grabcartoons/grabcartoons-2.8.4_p20141112.ebuild index 77fbcd8f86b9..6a318e06fa51 100644 --- a/app-misc/grabcartoons/grabcartoons-2.8.4_p20141112.ebuild +++ b/app-misc/grabcartoons/grabcartoons-2.8.4_p20141112.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ else fi DESCRIPTION="Comic-summarizing utility" -HOMEPAGE="http://zzamboni.org/grabcartoons" +HOMEPAGE="https://zzamboni.org/code/grabcartoons/" LICENSE="BSD" SLOT="0" diff --git a/app-misc/grabcartoons/grabcartoons-9999.ebuild b/app-misc/grabcartoons/grabcartoons-9999.ebuild index 77fbcd8f86b9..6a318e06fa51 100644 --- a/app-misc/grabcartoons/grabcartoons-9999.ebuild +++ b/app-misc/grabcartoons/grabcartoons-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ else fi DESCRIPTION="Comic-summarizing utility" -HOMEPAGE="http://zzamboni.org/grabcartoons" +HOMEPAGE="https://zzamboni.org/code/grabcartoons/" LICENSE="BSD" SLOT="0" |