netbeans: added kashw2 as maintainer

This commit is contained in:
kashw2
2023-09-13 16:03:04 +10:00
parent 02a81a158d
commit 759ee3cebb
@@ -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;
};
}