summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-10-14 10:59:33 +0200
committerPeter Simons <simons@cryp.to>2021-10-14 11:01:27 +0200
commit476635afe170dcfe49f3de533c4b05bb6fb094a8 (patch)
tree567e903c78631428536d0ddc3b3b861c20799133 /pkgs/applications/networking/sync
parentb8ffa68b3582f412c580765392f2ec5a8d2eb1f5 (diff)
downloadnixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.gz
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.bz2
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.lz
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.xz
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.tar.zst
nixpkgs-476635afe170dcfe49f3de533c4b05bb6fb094a8.zip
Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/rsync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/sync/rsync/default.nix b/pkgs/applications/networking/sync/rsync/default.nix
index 88304e56a40..dc3e8b25e70 100644
--- a/pkgs/applications/networking/sync/rsync/default.nix
+++ b/pkgs/applications/networking/sync/rsync/default.nix
@@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
 
   meta = base.meta // {
     description = "A fast incremental file transfer utility";
-    maintainers = with lib.maintainers; [ peti ehmry kampfschlaefer ];
+    maintainers = with lib.maintainers; [ ehmry kampfschlaefer ];
   };
 }