aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/games/eidolon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/eidolon/default.nix')
-rw-r--r--nixpkgs/pkgs/games/eidolon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/games/eidolon/default.nix b/nixpkgs/pkgs/games/eidolon/default.nix
index 5461304d334..e982c95c4d6 100644
--- a/nixpkgs/pkgs/games/eidolon/default.nix
+++ b/nixpkgs/pkgs/games/eidolon/default.nix
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
description = "A single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu";
homepage = "https://github.com/nicohman/eidolon";
license = licenses.gpl3;
- maintainers = [ maintainers."0x4A6F" ];
+ maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}