diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2013-07-22 14:34:22 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2013-07-22 14:34:22 +0000 |
commit | 862c06b489c21e044cbab115456e1821945a9f8d (patch) | |
tree | 914d70e2f7062f7f650ad403fd89a4c18d8ffa6d /security/libkpass | |
parent | 393cde8ca5fe79485dcc071e2882a8a402b50696 (diff) | |
download | freebsd-ports-862c06b489c21e044cbab115456e1821945a9f8d.zip |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
Diffstat (limited to 'security/libkpass')
-rw-r--r-- | security/libkpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libkpass/Makefile b/security/libkpass/Makefile index e3f34c3b38f7..0cd739b3381b 100644 --- a/security/libkpass/Makefile +++ b/security/libkpass/Makefile @@ -1,4 +1,4 @@ -# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD$ PORTNAME= libkpass @@ -6,7 +6,7 @@ PORTVERSION= 5 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ -MAINTAINER= g.veniamin@googlemail.com +MAINTAINER= vg@FreeBSD.org COMMENT= Library for a reading/writing KeePass 1.x DB LICENSE= GPLv3 |