about summary refs log tree commit diff
path: root/pkgs/applications/graphics/sxiv
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-12 22:56:54 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-20 08:44:58 +0100
commit2c97a5caa739bf13ed8dc9fd62779b228846463e (patch)
tree9f4477686eca7853dce5cce4b9d6575b6477ca10 /pkgs/applications/graphics/sxiv
parentc5dbdb6182ee2b089ef060b76052adc6a3547680 (diff)
maintainers: remove jfrankenau
due to inactivity.
Diffstat (limited to 'pkgs/applications/graphics/sxiv')
-rw-r--r--pkgs/applications/graphics/sxiv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sxiv/default.nix b/pkgs/applications/graphics/sxiv/default.nix
index fec378d384376..ce711be70820e 100644
--- a/pkgs/applications/graphics/sxiv/default.nix
+++ b/pkgs/applications/graphics/sxiv/default.nix
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/muennich/sxiv";
     license = lib.licenses.gpl2Plus;
     platforms = lib.platforms.linux;
-    maintainers = with maintainers; [ jfrankenau ];
+    maintainers = with maintainers; [ ];
   };
 }