bolt-launcher: add jaspersurmont to maintainers

This commit is contained in:
JasperSurmont
2025-06-26 10:46:56 +02:00
parent 24aea45df4
commit 636a097b35
+4 -1
View File
@@ -151,7 +151,10 @@ buildFHSEnv {
Bolt Launcher supports HDOS/RuneLite by default with an optional feature flag for RS3 (enableRS3).
'';
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ nezia jaspersurmont ];
maintainers = with lib.maintainers; [
nezia
jaspersurmont
];
platforms = lib.platforms.linux;
mainProgram = "${bolt.name}";
};