diff options
author | tron <tron@pkgsrc.org> | 2014-07-23 08:58:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-07-23 08:58:03 +0000 |
commit | 026d180b686b1daba7d9dca6e838cdbbf1c65bb9 (patch) | |
tree | 65517c6c7fd5be2a19fc5a2b09d96faa3be53985 /net | |
parent | 97615bf7ba6b3d0cf2cd912abca5071f4d5f8ac6 (diff) | |
download | pkgsrc-026d180b686b1daba7d9dca6e838cdbbf1c65bb9.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 |