libnbd: add humancalico as maintainer

This commit is contained in:
Akshat Agarwal 2021-04-05 17:29:16 +05:30
parent 7fd32168b4
commit 1d8660e437

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
- Shell (nbdsh) for command line and scripting. - Shell (nbdsh) for command line and scripting.
''; '';
license = with licenses; lgpl21Plus; license = with licenses; lgpl21Plus;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres humancalico ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };
} }