diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-02-26 11:28:13 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-02-26 11:29:44 +0100 |
commit | e38c57c052e642b449c44e9cdbf66d6b333c0a4b (patch) | |
tree | 4e8b002a1607a642c1da2278da0187ed0ffd773b /net-misc | |
parent | net-misc/unison: fix documentation building (diff) | |
download | gentoo-e38c57c052e642b449c44e9cdbf66d6b333c0a4b.tar.gz gentoo-e38c57c052e642b449c44e9cdbf66d6b333c0a4b.tar.bz2 gentoo-e38c57c052e642b449c44e9cdbf66d6b333c0a4b.zip |
net-misc/unison: update HOMEPAGE
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/unison/unison-2.51.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/unison/unison-2.51.5.ebuild b/net-misc/unison/unison-2.51.5.ebuild index 9390b830c005..d17c53a3490f 100644 --- a/net-misc/unison/unison-2.51.5.ebuild +++ b/net-misc/unison/unison-2.51.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit desktop xdg-utils DESCRIPTION="Two-way cross-platform file synchronizer" -HOMEPAGE="https://www.seas.upenn.edu/~bcpierce/unison/" +HOMEPAGE="https://www.seas.upenn.edu/~bcpierce/unison/ https://github.com/bcpierce00/unison" SRC_URI="https://github.com/bcpierce00/unison/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" |