diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2016-05-10 04:46:48 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2016-05-10 04:46:48 +0800 |
commit | 536885f26741edc1209d6ae75c71ff7fbe2028a2 (patch) | |
tree | eac7738e7b025384ea130b4d8e7f7c4d65d4b518 /security | |
parent | 319774b29d1524af138907e57954ca4242232cc0 (diff) | |
download | freebsd-ports-gnome-536885f26741edc1209d6ae75c71ff7fbe2028a2.tar.gz freebsd-ports-gnome-536885f26741edc1209d6ae75c71ff7fbe2028a2.tar.zst freebsd-ports-gnome-536885f26741edc1209d6ae75c71ff7fbe2028a2.zip |
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278
Diffstat (limited to 'security')
-rw-r--r-- | security/keepass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/keepass/Makefile b/security/keepass/Makefile index 68734eb28b8e..737d5b391f28 100644 --- a/security/keepass/Makefile +++ b/security/keepass/Makefile @@ -1,4 +1,4 @@ -# Created by: Ben Woods <woodsb02@gmail.com> +# Created by: Ben Woods <woodsb02@FreeBSD.org> # $FreeBSD$ PORTNAME= keepass @@ -7,7 +7,7 @@ CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION} DISTNAME= KeePass-${PORTVERSION}-Source -MAINTAINER= woodsb02@gmail.com +MAINTAINER= woodsb02@FreeBSD.org COMMENT= Light-weight and easy-to-use password manager LICENSE= GPLv2+ |