CVS commit: pkgsrc/sysutils/restic-rest-server
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Mon Aug 17 13:14:54 UTC 2026 Modified Files: pkgsrc/sysutils/restic-rest-server: Makefile Log Message: restic-rest-server: use more specific homepage To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/restic-rest-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 770 B)
Modified files:
Index: pkgsrc/sysutils/restic-rest-server/Makefile
diff -u pkgsrc/sysutils/restic-rest-server/Makefile:1.32 pkgsrc/sysutils/restic-rest-server/Makefile:1.33
--- pkgsrc/sysutils/restic-rest-server/Makefile:1.32 Sat Aug 15 12:53:36 2026
+++ pkgsrc/sysutils/restic-rest-server/Makefile Mon Aug 17 13:14:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2026/08/15 12:53:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.33 2026/08/17 13:14:54 wiz Exp $
DISTNAME= rest-server-0.14.0
PKGNAME= restic-${DISTNAME}
@@ -9,7 +9,7 @@ GITHUB_PROJECT= rest-server
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= [email protected]
-HOMEPAGE= https://restic.net/
+HOMEPAGE= https://github.com/restic/rest-server
COMMENT= REST server for restic
LICENSE= mit