about summary refs log tree commit diff
path: root/pkgs/by-name/im/imhex/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/im/imhex/package.nix')
-rw-r--r--pkgs/by-name/im/imhex/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/im/imhex/package.nix b/pkgs/by-name/im/imhex/package.nix
index 7ee075ae18884..5ff609bd31895 100644
--- a/pkgs/by-name/im/imhex/package.nix
+++ b/pkgs/by-name/im/imhex/package.nix
@@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
     description = "Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM";
     homepage = "https://github.com/WerWolv/ImHex";
     license = with licenses; [ gpl2Only ];
-    maintainers = with maintainers; [ luis kashw2 cafkafk ];
+    maintainers = with maintainers; [ kashw2 cafkafk ];
     platforms = platforms.linux;
   };
 }