diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2021-11-18 01:01:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-11-18 01:01:30 +0000 |
commit | 6f8cfad0ec9539677bf32877047b7a137a89fad6 (patch) | |
tree | ee24c7103d17d2f3c6450b1cddb8782f8a9c3635 | |
parent | c9a7b2adfee512e0ad015825b111075f159dd169 (diff) |
security/gnupg{,1}: Transfer maintainership to adridg
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 8dfab25275a4..043ffd5aded4 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= adridg@FreeBSD.org COMMENT= Complete and free PGP implementation LICENSE= GPLv3 LGPL3 diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 9fe219b39a5d..7579857b59f3 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -5,7 +5,7 @@ CATEGORIES= security MASTER_SITES= GNUPG PKGNAMESUFFIX= 1 -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= adridg@FreeBSD.org COMMENT= The GNU Privacy Guard (minimalist "classic" version) LICENSE= GPLv3+ |