about summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
diff options
context:
space:
mode:
authorGutyina Gergő <gutyina.gergo.2@gmail.com>2024-01-17 02:10:00 +0100
committerGutyina Gergő <gutyina.gergo.2@gmail.com>2024-01-17 17:44:37 +0100
commit2dc76c4e8150ce5c8351c963bc908f4bd2e5f0c8 (patch)
tree3a37b64543e0bde64b8fb38dfe219a1020108b49 /pkgs/applications/graphics/feh
parent73b6c4ae76f74d6f103a6b2abc219644ec524f99 (diff)
feh: add maintainer gepbird
Diffstat (limited to 'pkgs/applications/graphics/feh')
-rw-r--r--pkgs/applications/graphics/feh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix
index bbf103b7bc10f..de43122b9080c 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
     # released under a variant of the MIT license
     # https://spdx.org/licenses/MIT-feh.html
     license = licenses.mit-feh;
-    maintainers = with maintainers; [ viric willibutz globin ];
+    maintainers = with maintainers; [ gepbird globin viric willibutz ];
     platforms = platforms.unix;
     mainProgram = "feh";
   };