diff options
author | tron <tron> | 2014-07-23 08:58:03 +0000 |
---|---|---|
committer | tron <tron> | 2014-07-23 08:58:03 +0000 |
commit | 5ea8622e186dfc61daf5fd85123974860d64ef27 (patch) | |
tree | 65517c6c7fd5be2a19fc5a2b09d96faa3be53985 /net | |
parent | ba0ab85afce2a71a56042e598b630f727fcc0c8f (diff) | |
download | pkgsrc-5ea8622e186dfc61daf5fd85123974860d64ef27.tar.gz |
Switch myself from owner to maintainer as I'm perfectly happy with somebody
else updating this package anyway.
Diffstat (limited to 'net')
-rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 845d2bea47e..e61be600f7c 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2014/07/22 09:47:57 wiz Exp $ +# $NetBSD: Makefile,v 1.96 2014/07/23 08:58:03 tron Exp $ DISTNAME= rsync-3.1.1 CATEGORIES= net @@ -7,7 +7,7 @@ MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ ftp://ftp.fu-berlin.de/unix/network/rsync/ -OWNER= tron@NetBSD.org +MAINTAINER= tron@NetBSD.org HOMEPAGE= http://rsync.samba.org/ COMMENT= Network file distribution/synchronisation utility LICENSE= gnu-gpl-v3 |