diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-12 18:36:00 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-21 23:31:06 +0200 |
commit | c13f7b13586564565118dc55d22968dcd38eb65b (patch) | |
tree | 22f2708739ce5eb61c0453ff18fc715ba49167f6 /media-gfx/duhdraw | |
parent | x11-themes/fvwm_sounds: use HTTPS (diff) | |
download | gentoo-c13f7b13586564565118dc55d22968dcd38eb65b.tar.gz gentoo-c13f7b13586564565118dc55d22968dcd38eb65b.tar.bz2 gentoo-c13f7b13586564565118dc55d22968dcd38eb65b.zip |
media-gfx/duhdraw: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/17509
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-gfx/duhdraw')
-rw-r--r-- | media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild b/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild index ead354248580..f3e80b91a9fb 100644 --- a/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild +++ b/media-gfx/duhdraw/duhdraw-2.8.13-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs DESCRIPTION="ASCII art editor" -HOMEPAGE="http://www.cs.helsinki.fi/u/penberg/duhdraw" -SRC_URI="http://www.cs.helsinki.fi/u/penberg/duhdraw/${P}.tar.gz" +HOMEPAGE="https://www.cs.helsinki.fi/u/penberg/duhdraw" +SRC_URI="https://www.cs.helsinki.fi/u/penberg/duhdraw/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |