maintainers: remove polykernel
This commit is contained in:
parent
d0240a064d
commit
cd520fbd31
|
@ -67,7 +67,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ hm.maintainers.polykernel maintainers.league ];
|
meta.maintainers = [ maintainers.league ];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(mkAliasOptionModule [ "xsession" "pointerCursor" "package" ] [
|
(mkAliasOptionModule [ "xsession" "pointerCursor" "package" ] [
|
||||||
|
|
|
@ -445,11 +445,6 @@
|
||||||
github = "podocarp";
|
github = "podocarp";
|
||||||
githubId = 10473184;
|
githubId = 10473184;
|
||||||
};
|
};
|
||||||
polykernel = {
|
|
||||||
github = "polykernel";
|
|
||||||
githubId = 81340136;
|
|
||||||
name = "polykernel";
|
|
||||||
};
|
|
||||||
mainrs = {
|
mainrs = {
|
||||||
name = "mainrs";
|
name = "mainrs";
|
||||||
email = "5113257+mainrs@users.noreply.github.com";
|
email = "5113257+mainrs@users.noreply.github.com";
|
||||||
|
|
|
@ -311,5 +311,5 @@ in {
|
||||||
})
|
})
|
||||||
]);
|
]);
|
||||||
|
|
||||||
meta.maintainers = [ lib.hm.maintainers.polykernel ];
|
meta.maintainers = [ ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,5 +56,5 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = [ hm.maintainers.polykernel ];
|
meta.maintainers = [ ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@ let
|
||||||
config.xdg.configHome;
|
config.xdg.configHome;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ hm.maintainers.polykernel ];
|
meta.maintainers = [ ];
|
||||||
|
|
||||||
options.programs.watson = {
|
options.programs.watson = {
|
||||||
enable = mkEnableOption "watson, a wonderful CLI to track your time";
|
enable = mkEnableOption "watson, a wonderful CLI to track your time";
|
||||||
|
|
|
@ -9,7 +9,7 @@ let
|
||||||
|
|
||||||
iniFormat = pkgs.formats.ini { };
|
iniFormat = pkgs.formats.ini { };
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ hm.maintainers.polykernel ];
|
meta.maintainers = [ ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.fnott = {
|
services.fnott = {
|
||||||
|
|
|
@ -14,7 +14,7 @@ let
|
||||||
};
|
};
|
||||||
in attrsOf confAtom;
|
in attrsOf confAtom;
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ hm.maintainers.polykernel ];
|
meta.maintainers = [ ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
wayland.windowManager.sway.swaynag = {
|
wayland.windowManager.sway.swaynag = {
|
||||||
|
|
Loading…
Reference in a new issue