diff options
Diffstat (limited to 'net/unison2.51/Makefile')
-rw-r--r-- | net/unison2.51/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unison2.51/Makefile b/net/unison2.51/Makefile index ee8391b64f8..c60da9751c5 100644 --- a/net/unison2.51/Makefile +++ b/net/unison2.51/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2020/01/18 21:50:28 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2020/01/26 17:31:57 rillig Exp $ # Currently, 2.51.x is the standard approach, and thus this package # produces a "unison-2.51.x" package which installs a "unison" binary. @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= gdt@NetBSD.org -HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ +HOMEPAGE= https://www.cis.upenn.edu/~bcpierce/unison/ COMMENT= File-synchronization tool LICENSE= gnu-gpl-v3 |