diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-17 10:46:32 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-25 22:50:56 +0200 |
commit | f740834f1361cfb2b9cfa04c4c525316953ee4fe (patch) | |
tree | 84b32b93cf3d9f6a89500e64c3cd1d97cf8111d3 /dev-util/squashdelta | |
parent | dev-dotnet/pe-format: update HOMEPAGE (diff) | |
download | gentoo-f740834f1361cfb2b9cfa04c4c525316953ee4fe.tar.gz gentoo-f740834f1361cfb2b9cfa04c4c525316953ee4fe.tar.bz2 gentoo-f740834f1361cfb2b9cfa04c4c525316953ee4fe.zip |
dev-util/squashdelta: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/squashdelta')
-rw-r--r-- | dev-util/squashdelta/metadata.xml | 4 | ||||
-rw-r--r-- | dev-util/squashdelta/squashdelta-0.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/squashdelta/squashdelta-0.1.2.ebuild | 6 | ||||
-rw-r--r-- | dev-util/squashdelta/squashdelta-9999.ebuild | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/dev-util/squashdelta/metadata.xml b/dev-util/squashdelta/metadata.xml index 263cd632f779..4084bde7d1b1 100644 --- a/dev-util/squashdelta/metadata.xml +++ b/dev-util/squashdelta/metadata.xml @@ -10,7 +10,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://github.com/mgorny/squashdelta/issues/</bugs-to> - <remote-id type="github">mgorny/squashdelta</remote-id> + <bugs-to>https://github.com/projg2/squashdelta/issues/</bugs-to> + <remote-id type="github">projg2/squashdelta</remote-id> </upstream> </pkgmetadata> diff --git a/dev-util/squashdelta/squashdelta-0.1.1.ebuild b/dev-util/squashdelta/squashdelta-0.1.1.ebuild index ea0756376a3d..5b2b0afe380c 100644 --- a/dev-util/squashdelta/squashdelta-0.1.1.ebuild +++ b/dev-util/squashdelta/squashdelta-0.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" -HOMEPAGE="https://github.com/mgorny/squashdelta/" -SRC_URI="https://github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2" +HOMEPAGE="https://github.com/projg2/squashdelta/" +SRC_URI="https://github.com/projg2/squashdelta/releases/download/v${PV}/${P}.tar.bz2" # uses public-domain murmurhash3 LICENSE="BSD public-domain" diff --git a/dev-util/squashdelta/squashdelta-0.1.2.ebuild b/dev-util/squashdelta/squashdelta-0.1.2.ebuild index 3b8ffebd419f..5b2b0afe380c 100644 --- a/dev-util/squashdelta/squashdelta-0.1.2.ebuild +++ b/dev-util/squashdelta/squashdelta-0.1.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" -HOMEPAGE="https://github.com/mgorny/squashdelta/" -SRC_URI="https://github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2" +HOMEPAGE="https://github.com/projg2/squashdelta/" +SRC_URI="https://github.com/projg2/squashdelta/releases/download/v${PV}/${P}.tar.bz2" # uses public-domain murmurhash3 LICENSE="BSD public-domain" diff --git a/dev-util/squashdelta/squashdelta-9999.ebuild b/dev-util/squashdelta/squashdelta-9999.ebuild index af4bc7cf66ba..b1ee7d10f874 100644 --- a/dev-util/squashdelta/squashdelta-9999.ebuild +++ b/dev-util/squashdelta/squashdelta-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/projg2/${PN}.git" inherit autotools git-r3 DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" -HOMEPAGE="https://github.com/mgorny/squashdelta/" +HOMEPAGE="https://github.com/projg2/squashdelta/" SRC_URI="" # uses public-domain murmurhash3 |