mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
rsync: added meta.maintainers section
svn path=/nixpkgs/trunk/; revision=30714
This commit is contained in:
parent
504bd76b0e
commit
74d6145917
@ -18,5 +18,8 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://samba.anu.edu.au/rsync/;
|
||||
description = "A fast incremental file transfer utility";
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user