diff --git a/package.nix b/package.nix index d45728d..f518a40 100644 --- a/package.nix +++ b/package.nix @@ -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 ]; };