diff options
author | Jonas Stein <jstein@gentoo.org> | 2024-01-28 23:55:41 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2024-01-28 23:55:41 +0100 |
commit | e63eb6709c5f6c12d312c9683e72f1d9368f9024 (patch) | |
tree | c8849b511838fae2b125ae22256b2b741ac4207c /net-analyzer/prettyping | |
parent | sys-fs/compsize: drop to maintainer-needed (diff) | |
download | gentoo-e63eb6709c5f6c12d312c9683e72f1d9368f9024.tar.gz gentoo-e63eb6709c5f6c12d312c9683e72f1d9368f9024.tar.bz2 gentoo-e63eb6709c5f6c12d312c9683e72f1d9368f9024.zip |
net-analyzer/prettyping: update HOMEPAGE
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'net-analyzer/prettyping')
-rw-r--r-- | net-analyzer/prettyping/prettyping-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild index d8edee93db2a..284ed8a7c3b4 100644 --- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild +++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Ping wrapper that produces coloured, easily readable output" -HOMEPAGE="http://denilson.sa.nom.br/prettyping/" +HOMEPAGE="https://denilson.sa.nom.br/prettyping/" SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |