about summary refs log tree commit diff
path: root/pkgs/applications/editors/rehex
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-23 20:01:52 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-06-23 20:01:52 +0200
commit1ecc8fa5ca16b4ccf8f99ae2d6861a78a78affcd (patch)
treed05e84f6cf788cfc4642e29f644a2d8ee5467829 /pkgs/applications/editors/rehex
parentf1dd761ae8e02f8182832a73bee1c9d508c308bd (diff)
rehex: drop me from maintainers
Diffstat (limited to 'pkgs/applications/editors/rehex')
-rw-r--r--pkgs/applications/editors/rehex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/rehex/default.nix b/pkgs/applications/editors/rehex/default.nix
index 3b169bf4e5331..52134d15da823 100644
--- a/pkgs/applications/editors/rehex/default.nix
+++ b/pkgs/applications/editors/rehex/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/solemnwarning/rehex";
     changelog = "https://github.com/solemnwarning/rehex/raw/${version}/CHANGES.txt";
     license = licenses.gpl2Only;
-    maintainers = with maintainers; [ markus1189 SuperSandro2000 ];
+    maintainers = with maintainers; [ markus1189 ];
     platforms = platforms.all;
   };
 }