diff options
author | 2020-02-08 15:15:11 +0100 | |
---|---|---|
committer | 2020-02-08 15:15:11 +0100 | |
commit | c0830b9dbf5668f2f805deca5df60a3f2c72d3aa (patch) | |
tree | 4e25ebd21c2578246e0fb220d02b702f0be5097b /app-crypt | |
parent | app-admin/amazon-ec2-init: [QA] Fix BadHomepage (diff) | |
download | gentoo-c0830b9dbf5668f2f805deca5df60a3f2c72d3aa.tar.gz gentoo-c0830b9dbf5668f2f805deca5df60a3f2c72d3aa.tar.bz2 gentoo-c0830b9dbf5668f2f805deca5df60a3f2c72d3aa.zip |
app-crypt/rotix: [QA] Fix BadHomepage
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/rotix/rotix-0.83.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild index 3e79123b9407..ba5cad60e9fc 100644 --- a/app-crypt/rotix/rotix-0.83.ebuild +++ b/app-crypt/rotix/rotix-0.83.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils flag-o-matic DESCRIPTION="Rotix allows you to generate rotational obfuscations" -HOMEPAGE="https://gentoo.org" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.bz2" LICENSE="GPL-2" |