summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-28 14:32:06 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-10-28 10:23:21 -0700
commit965168db4eab9d6459cf20aa1f5cffa95fca66c0 (patch)
treea9ebec92428a2d8b7226fdbd3cef2b985e150dc2
parentd05139b362406f9cf226c1d2abf531b521fb4794 (diff)
downloadnixpkgs-965168db4eab9d6459cf20aa1f5cffa95fca66c0.tar
nixpkgs-965168db4eab9d6459cf20aa1f5cffa95fca66c0.tar.gz
nixpkgs-965168db4eab9d6459cf20aa1f5cffa95fca66c0.tar.bz2
nixpkgs-965168db4eab9d6459cf20aa1f5cffa95fca66c0.tar.lz
nixpkgs-965168db4eab9d6459cf20aa1f5cffa95fca66c0.tar.xz
nixpkgs-965168db4eab9d6459cf20aa1f5cffa95fca66c0.tar.zst
nixpkgs-965168db4eab9d6459cf20aa1f5cffa95fca66c0.zip
libvmi: 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/development/libraries/libvmi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libvmi/default.nix b/pkgs/development/libraries/libvmi/default.nix
index e49ab9b38a0..1603d32ba79 100644
--- a/pkgs/development/libraries/libvmi/default.nix
+++ b/pkgs/development/libraries/libvmi/default.nix
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
     '';
     license = with licenses; [ gpl3 lgpl3 ];
     platforms = platforms.linux;
-    maintainers = with maintainers; [ lschuermann ];
+    maintainers = with maintainers; [ matthiasbeyer ];
   };
 }