summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-28 14:32:36 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-10-28 10:23:21 -0700
commit2264223f33b0518c01d65f76bbeaf9d9511275d2 (patch)
tree028584da7ac833e2a723ae9ec12f653b545495c5
parent0addaa7ad04cbbc387dd20a326aa901592b9bdc2 (diff)
downloadnixpkgs-2264223f33b0518c01d65f76bbeaf9d9511275d2.tar
nixpkgs-2264223f33b0518c01d65f76bbeaf9d9511275d2.tar.gz
nixpkgs-2264223f33b0518c01d65f76bbeaf9d9511275d2.tar.bz2
nixpkgs-2264223f33b0518c01d65f76bbeaf9d9511275d2.tar.lz
nixpkgs-2264223f33b0518c01d65f76bbeaf9d9511275d2.tar.xz
nixpkgs-2264223f33b0518c01d65f76bbeaf9d9511275d2.tar.zst
nixpkgs-2264223f33b0518c01d65f76bbeaf9d9511275d2.zip
woof: Take maintainership from lschuermann
This patch changes maintainership for this package from lschuermann to
matthiasbeyer.
Leon has informed me in a private conversation that he has too little
time to take care of the packages, so I will (maybe only temporarly,
maybe not) take maintainership for it.

Suggested-by: Leon Schuermann <leon@is.currently.online>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/misc/woof/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/woof/default.nix b/pkgs/tools/misc/woof/default.nix
index e00634dd53e..e89ef8dab0e 100644
--- a/pkgs/tools/misc/woof/default.nix
+++ b/pkgs/tools/misc/woof/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     description = "Web Offer One File - Command-line utility to easily exchange files over a local network";
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.unix;
-    maintainers = with maintainers; [ lschuermann ];
+    maintainers = with maintainers; [ matthiasbeyer ];
   };
 }