diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-20 04:23:44 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-01-20 04:23:44 +0000 |
commit | 32d5a333f4d6e05e71be1ff6b67065f138a9205e (patch) | |
tree | 92647975f4aa37c1c2aab543dd91555bed0d0c42 /dns | |
parent | c038fd5e4e5ad8a27bb239c9db33fcc603b62fd5 (diff) |
- Pass maintainership to submitter. I forgot it on the last commit.
PR: ports/185881
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Reported by: miwi
Notes
Notes:
svn path=/head/; revision=340366
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ddclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 379592551ef1..81af955de498 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mjl@luckie.org.nz COMMENT= Update dynamic DNS entries LICENSE= GPLv2 |