netbeans: added kashw2 as maintainer

This commit is contained in:
kashw2 2023-09-13 16:02:52 +10:00
parent 02a81a158d
commit 759ee3cebb

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation {
binaryBytecode
binaryNativeCode
];
maintainers = with lib.maintainers; [ sander rszibele ];
maintainers = with lib.maintainers; [ sander rszibele kashw2 ];
platforms = lib.platforms.unix;
};
}