diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-05-25 21:36:15 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-05-25 21:36:15 +0000 |
commit | 83d6938414844897baeef917d2f7ae63b85c599c (patch) | |
tree | 8b926854ae9d62970f1cdb4aed73dd9dbb8616cf /sysutils | |
parent | 8fce294f050b356319fe5a7371ffa1859f0ce531 (diff) |
sysutils/password-store: take maintainership
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/password-store/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index 7883f04489bf..98452db81175 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -1,10 +1,10 @@ PORTNAME= password-store PORTVERSION= 1.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://git.zx2c4.com/${PORTNAME}/snapshot/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pkubaj@FreeBSD.org COMMENT= Stores, retrieves, generates, and synchronizes passwords securely WWW= https://www.passwordstore.org/ |