Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/unison/
Date: Sat, 26 Feb 2022 10:30:28
Message-Id: 1645871384.e38c57c052e642b449c44e9cdbf66d6b333c0a4b.flow@gentoo
1 commit: e38c57c052e642b449c44e9cdbf66d6b333c0a4b
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 10:28:13 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 10:29:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38c57c0
7
8 net-misc/unison: update HOMEPAGE
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 net-misc/unison/unison-2.51.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/unison/unison-2.51.5.ebuild b/net-misc/unison/unison-2.51.5.ebuild
16 index 9390b830c005..d17c53a3490f 100644
17 --- a/net-misc/unison/unison-2.51.5.ebuild
18 +++ b/net-misc/unison/unison-2.51.5.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 inherit desktop xdg-utils
21
22 DESCRIPTION="Two-way cross-platform file synchronizer"
23 -HOMEPAGE="https://www.seas.upenn.edu/~bcpierce/unison/"
24 +HOMEPAGE="https://www.seas.upenn.edu/~bcpierce/unison/ https://github.com/bcpierce00/unison"
25 SRC_URI="https://github.com/bcpierce00/unison/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-2"