mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
lief, python3Packages.lief: add genericnerdyusername as maintainer
This commit is contained in:
parent
e05e67e5d5
commit
940264dc4c
|
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://lief.quarkslab.com/";
|
||||
license = [ licenses.asl20 ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
maintainers = [ maintainers.lassulus ];
|
||||
maintainers = with maintainers; [ lassulus genericnerdyusername ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue