maintainers: remove skrzyp

no github account linked

ajs124 330f745f a2e2f912

+1 -5
-4
maintainers/maintainer-list.nix
··· 11750 11750 githubId = 266500; 11751 11751 name = "Sven Keidel"; 11752 11752 }; 11753 - skrzyp = { 11754 - email = "jot.skrzyp@gmail.com"; 11755 - name = "Jakub Skrzypnik"; 11756 - }; 11757 11753 skykanin = { 11758 11754 email = "skykanin@users.noreply.github.com"; 11759 11755 github = "skykanin";
+1 -1
pkgs/applications/graphics/ahoviewer/default.nix
··· 42 42 meta = with lib; { 43 43 homepage = "https://github.com/ahodesuka/ahoviewer"; 44 44 description = "A GTK2 image viewer, manga reader, and booru browser"; 45 - maintainers = with maintainers; [ skrzyp xzfc ]; 45 + maintainers = with maintainers; [ xzfc ]; 46 46 license = licenses.mit; 47 47 # Unintentionally not working on Darwin: 48 48 # https://github.com/ahodesuka/ahoviewer/issues/62