heroic{,-unwrapped}: adopt

This commit is contained in:
TomaSajt
2026-01-29 02:20:56 +01:00
parent 52ab78dd08
commit 55c588f850
+7 -1
View File
@@ -128,7 +128,13 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher";
changelog = "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = [ ];
maintainers = with lib.maintainers; [
tomasajt
iedame
keenanweaver
DieracDelta
baksa
];
# Heroic may work on nix-darwin, but it needs a dedicated maintainer for the platform.
# It may also work on other Linux targets, but all the game stores only
# support x86 Linux, so it would require extra hacking to run games via QEMU