diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-12 16:14:47 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-11-13 19:33:57 +0100 |
commit | ef4d5a22ecf046ee08317807019832192d960596 (patch) | |
tree | c4bd03bdc01e3e54043c8dc0cc78a4059ac39610 /app-misc | |
parent | app-laptop/ibam: use HTTPS (diff) | |
download | gentoo-ef4d5a22ecf046ee08317807019832192d960596.tar.gz gentoo-ef4d5a22ecf046ee08317807019832192d960596.tar.bz2 gentoo-ef4d5a22ecf046ee08317807019832192d960596.zip |
app-misc/pipeworks: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pipeworks/pipeworks-0.4-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/pipeworks/pipeworks-0.4-r2.ebuild b/app-misc/pipeworks/pipeworks-0.4-r2.ebuild index bcef6fb41379..3094418d0f38 100644 --- a/app-misc/pipeworks/pipeworks-0.4-r2.ebuild +++ b/app-misc/pipeworks/pipeworks-0.4-r2.ebuild @@ -5,11 +5,11 @@ EAPI=8 inherit toolchain-funcs -DESCRIPTION="A small utility that measures throughput between stdin and stdout" -HOMEPAGE="http://pipeworks.sourceforge.net/" +DESCRIPTION="Small utility that measures throughput between stdin and stdout" +HOMEPAGE="https://sourceforge.net/projects/pipeworks/" SRC_URI="mirror://sourceforge/pipeworks/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" |