diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ec017f963ad..6e5431ddd95 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -11750,10 +11750,6 @@ githubId = 266500; name = "Sven Keidel"; }; - skrzyp = { - email = "jot.skrzyp@gmail.com"; - name = "Jakub Skrzypnik"; - }; skykanin = { email = "skykanin@users.noreply.github.com"; github = "skykanin"; diff --git a/pkgs/applications/graphics/ahoviewer/default.nix b/pkgs/applications/graphics/ahoviewer/default.nix index 0459d1d04ac..d903ce1adf8 100644 --- a/pkgs/applications/graphics/ahoviewer/default.nix +++ b/pkgs/applications/graphics/ahoviewer/default.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://github.com/ahodesuka/ahoviewer"; description = "A GTK2 image viewer, manga reader, and booru browser"; - maintainers = with maintainers; [ skrzyp xzfc ]; + maintainers = with maintainers; [ xzfc ]; license = licenses.mit; # Unintentionally not working on Darwin: # https://github.com/ahodesuka/ahoviewer/issues/62