Unverified Commit 2dc76c4e authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

feh: add maintainer gepbird

parent 73b6c4ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };