maintainers: remove skrzyp

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:33:15 +02:00
parent a2e2f9128d
commit 330f745f6f
2 changed files with 1 additions and 5 deletions

View file

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

View file

@ -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