1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

netcat: add myself as maintainer

This commit is contained in:
Tristan Ross 2024-06-23 20:31:20 -07:00
parent 7b8f8c84ee
commit 06608e4bdb
No known key found for this signature in database
GPG key ID: B09C422035669AF8

View file

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
mainProgram = "netcat";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = with lib.maintainers; [ RossComputerGuy ];
};
}