feh: add maintainer gepbird

This commit is contained in:
Gutyina Gergő
2024-01-17 17:44:37 +01:00
parent 73b6c4ae76
commit 2dc76c4e81
+1 -1
View File
@@ -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";
};