mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
netcat: add myself as maintainer
This commit is contained in:
parent
7b8f8c84ee
commit
06608e4bdb
@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "netcat";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with lib.maintainers; [ RossComputerGuy ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user