diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-08-13 16:15:11 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-08-20 00:50:49 +0200 |
commit | afb7cda1b5c4e401edb4feecb65fac11cea69d34 (patch) | |
tree | cde89f3055f14fc69ce083a806fbe0991cb928f1 /media-gfx | |
parent | app-benchmarks/stress-ng: drop old version. (diff) | |
download | gentoo-afb7cda1b5c4e401edb4feecb65fac11cea69d34.tar.gz gentoo-afb7cda1b5c4e401edb4feecb65fac11cea69d34.tar.bz2 gentoo-afb7cda1b5c4e401edb4feecb65fac11cea69d34.zip |
media-gfx/pngcrush: update HOMEPAGE.
Closes: https://github.com/gentoo/gentoo/pull/9564
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/pngcrush/pngcrush-1.8.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild index 2da3e2abd130..d312b40a5f58 100644 --- a/media-gfx/pngcrush/pngcrush-1.8.13.ebuild +++ b/media-gfx/pngcrush/pngcrush-1.8.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs DESCRIPTION="Portable Network Graphics (PNG) optimizing utility" -HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" +HOMEPAGE="https://pmt.sourceforge.io/pngcrush/" SRC_URI="system-libs? ( mirror://sourceforge/pmt/${P}-nolib.tar.xz ) !system-libs? ( mirror://sourceforge/pmt/${P}.tar.xz )" |