maintainers: remove elyhaka

github account deleted
This commit is contained in:
ajs124 2022-06-23 00:58:42 +02:00
parent ff2925fe6b
commit be1aefac05
5 changed files with 4 additions and 10 deletions

View File

@ -3748,12 +3748,6 @@
githubId = 1365692;
name = "Will Fancher";
};
elyhaka = {
email = "elyhaka@protonmail.com";
github = "Elyhaka";
githubId = 57923898;
name = "Elyhaka";
};
emmabastas = {
email = "emma.bastas@protonmail.com";
matrix = "@emmabastas:matrix.org";

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "A launcher/menu program for wlroots based wayland compositors such as sway";
homepage = "https://hg.sr.ht/~scoopta/wofi";
license = licenses.gpl3Only;
maintainers = with maintainers; [ elyhaka ];
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
};
}

View File

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/pop-os/gtk-theme";
license = with licenses; [ gpl3 lgpl21 cc-by-sa-40 ];
platforms = platforms.linux;
maintainers = with maintainers; [ elyhaka ];
maintainers = with maintainers; [ ];
};
}

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Wrapper for testing PAM modules";
homepage = "https://cwrap.org/pam_wrapper.html";
license = licenses.gpl3Plus;
maintainers = [ maintainers.elyhaka ];
maintainers = [ ];
platforms = platforms.linux;
};
}

View File

@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
description = "D-Bus daemon that offers libfprint functionality over the D-Bus interprocess communication bus";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar elyhaka ];
maintainers = with maintainers; [ abbradar ];
};
}