maintainers: remove elyhaka
github account deleted
This commit is contained in:
parent
ff2925fe6b
commit
be1aefac05
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user