(r)rsync: simplify and don't copy maintainers

Let's keep the original rsync maintainers only on rsync,
as I haven't noticed them wanting to maintain rrsync as well.
This commit is contained in:
Vladimír Čunát
2016-02-21 09:59:49 +01:00
parent c3b4dd920b
commit b4ac8fb39b
3 changed files with 4 additions and 7 deletions
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = base.meta // {
description = "A helper to run rsync-only environments from ssh-logins";
maintainers = [ stdenv.lib.maintainers.kampfschlaefer ];
};
}