take maintainer

This commit is contained in:
sthen 2022-10-05 15:09:18 +00:00
parent f798747755
commit 450d27eb42
2 changed files with 6 additions and 2 deletions

View File

@ -2,13 +2,15 @@ COMMENT = REST backend for the restic backup tool
MODGO_MODNAME = github.com/restic/rest-server
MODGO_VERSION = v0.11.0
REVISION = 1
REVISION = 2
DISTNAME = rest-server-${MODGO_VERSION}
PKGNAME = restic-${DISTNAME:S/-v/-/}
CATEGORIES = sysutils
MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
# BSD
PERMIT_PACKAGE = Yes

View File

@ -2,7 +2,7 @@ COMMENT = fast, efficient and secure backup program
MODGO_MODNAME = github.com/restic/restic
MODGO_VERSION = v0.14.0
REVISION = 0
REVISION = 1
DISTNAME = restic-${MODGO_VERSION}
@ -10,6 +10,8 @@ CATEGORIES = sysutils
HOMEPAGE = https://restic.net/
MAINTAINER = Stuart Henderson <stu.ports@spacehopper.org>
# BSD
PERMIT_PACKAGE = Yes