added maintainer
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user