From 330f745f6f133f86f1f2ffd6d6c06d115fdf49e1 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 23 Jun 2022 01:33:15 +0200 Subject: [PATCH] maintainers: remove skrzyp no github account linked --- maintainers/maintainer-list.nix | 4 ---- pkgs/applications/graphics/ahoviewer/default.nix | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ec017f963ad6..6e5431ddd957 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 0459d1d04ac2..d903ce1adf8e 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