feh: add maintainer gepbird

This commit is contained in:
Gutyina Gergő 2024-01-17 02:10:00 +01:00
parent 73b6c4ae76
commit 2dc76c4e81
No known key found for this signature in database

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";
};