summary refs log tree commit diff
path: root/pkgs/development/libraries/libnbd
diff options
context:
space:
mode:
authorAkshat Agarwal <humancalico@disroot.org>2021-04-05 17:29:16 +0530
committerAkshat Agarwal <humancalico@disroot.org>2021-04-05 17:29:16 +0530
commit1d8660e43757423e575f1e43e2ccb6e29993650b (patch)
tree3d01c8a61455eb44b005932d9fd81ba27b440d86 /pkgs/development/libraries/libnbd
parent7fd32168b4ccaff36a3b4048d3cb85d54fc301f7 (diff)
downloadnixpkgs-1d8660e43757423e575f1e43e2ccb6e29993650b.tar
nixpkgs-1d8660e43757423e575f1e43e2ccb6e29993650b.tar.gz
nixpkgs-1d8660e43757423e575f1e43e2ccb6e29993650b.tar.bz2
nixpkgs-1d8660e43757423e575f1e43e2ccb6e29993650b.tar.lz
nixpkgs-1d8660e43757423e575f1e43e2ccb6e29993650b.tar.xz
nixpkgs-1d8660e43757423e575f1e43e2ccb6e29993650b.tar.zst
nixpkgs-1d8660e43757423e575f1e43e2ccb6e29993650b.zip
libnbd: add humancalico as maintainer
Diffstat (limited to 'pkgs/development/libraries/libnbd')
-rw-r--r--pkgs/development/libraries/libnbd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libnbd/default.nix b/pkgs/development/libraries/libnbd/default.nix
index e22c41f48b2..2cd634325b2 100644
--- a/pkgs/development/libraries/libnbd/default.nix
+++ b/pkgs/development/libraries/libnbd/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
       - Shell (nbdsh) for command line and scripting.
     '';
     license = with licenses; lgpl21Plus;
-    maintainers = with maintainers; [ AndersonTorres ];
+    maintainers = with maintainers; [ AndersonTorres humancalico ];
     platforms = with platforms; linux;
   };
 }