commit: bbcfd60086d1d3264e7c9f8934d0208d5e27388f Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Tue Jan 7 16:03:35 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue Jan 7 16:06:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbcfd600
dev-util/deblob: use permalink for HOMEPAGE Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> dev-util/deblob/deblob-0.8.ebuild | 3 ++- dev-util/deblob/deblob-0.9.ebuild | 3 ++- dev-util/deblob/deblob-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-util/deblob/deblob-0.8.ebuild b/dev-util/deblob/deblob-0.8.ebuild index 5c90df1f6..516b5db60 100644 --- a/dev-util/deblob/deblob-0.8.ebuild +++ b/dev-util/deblob/deblob-0.8.ebuild @@ -18,7 +18,8 @@ else fi DESCRIPTION="remove binary executables from a directory" -HOMEPAGE="https://git.sr.ht/~lanodan/deblob" +# permalink +HOMEPAGE="https://hacktivis.me/projects/deblob" LICENSE="BSD" SLOT="0" diff --git a/dev-util/deblob/deblob-0.9.ebuild b/dev-util/deblob/deblob-0.9.ebuild index a8e91faa6..6939037cf 100644 --- a/dev-util/deblob/deblob-0.9.ebuild +++ b/dev-util/deblob/deblob-0.9.ebuild @@ -18,7 +18,8 @@ else fi DESCRIPTION="remove binary executables from a directory" -HOMEPAGE="https://git.sr.ht/~lanodan/deblob" +# permalink +HOMEPAGE="https://hacktivis.me/projects/deblob" LICENSE="BSD" SLOT="0" diff --git a/dev-util/deblob/deblob-9999.ebuild b/dev-util/deblob/deblob-9999.ebuild index 181dfa7b2..9a8f57235 100644 --- a/dev-util/deblob/deblob-9999.ebuild +++ b/dev-util/deblob/deblob-9999.ebuild @@ -18,7 +18,8 @@ else fi DESCRIPTION="remove binary executables from a directory" -HOMEPAGE="https://git.sr.ht/~lanodan/deblob" +# permalink +HOMEPAGE="https://hacktivis.me/projects/deblob" LICENSE="BSD" SLOT="0"
