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 ];
};
}