dev-util/squashmerge: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2023-06-17 10:47:11 +02:00
committed by Conrad Kostecki
parent f740834f13
commit ba512907db
3 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<bugs-to>https://github.com/mgorny/squashmerge/issues/</bugs-to>
<remote-id type="github">mgorny/squashmerge</remote-id>
<bugs-to>https://github.com/projg2/squashmerge/issues/</bugs-to>
<remote-id type="github">projg2/squashmerge</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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="dev-util/squashdelta delta merge tool"
HOMEPAGE="https://github.com/mgorny/squashmerge/"
SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2"
HOMEPAGE="https://github.com/projg2/squashmerge/"
SRC_URI="https://github.com/projg2/${PN}/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"

View File

@@ -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="dev-util/squashdelta delta merge tool"
HOMEPAGE="https://github.com/mgorny/squashmerge/"
HOMEPAGE="https://github.com/projg2/squashmerge/"
SRC_URI=""
LICENSE="BSD"