added maintainer

This commit is contained in:
2026-04-21 19:29:47 -04:00
parent 1ce75d19e0
commit 2f3b6ddf77

View File

@@ -150,7 +150,7 @@ stdenv.mkDerivation (finalAttrs: {
downloadPage = "https://github.com/open-goal/launcher/releases";
changelog = "https://github.com/open-goal/launcher/releases/tag/v${finalAttrs.version}";
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ briannelson95 ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};