mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
dconf: remove gnidorah from maintainers/CODEOWNERS (#2586)
gnidorah has been removed from the maintainers list in nixpkgs https://github.com/NixOS/nixpkgs/pull/121119
This commit is contained in:
parent
3b5ebdefd8
commit
48f2b381dd
2 changed files with 2 additions and 2 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -7,7 +7,7 @@
|
|||
/modules/i18n/input-method @Kranzes
|
||||
/tests/modules/i18n/input-method @Kranzes
|
||||
|
||||
/modules/misc/dconf.nix @gnidorah @rycee
|
||||
/modules/misc/dconf.nix @rycee
|
||||
|
||||
/modules/misc/fontconfig.nix @rycee
|
||||
/tests/modules/misc/fontconfig @rycee
|
||||
|
|
|
@ -11,7 +11,7 @@ let
|
|||
mkIniKeyValue = key: value: "${key}=${toString (hm.gvariant.mkValue value)}";
|
||||
|
||||
in {
|
||||
meta.maintainers = [ maintainers.gnidorah maintainers.rycee ];
|
||||
meta.maintainers = [ maintainers.rycee ];
|
||||
|
||||
options = {
|
||||
dconf = {
|
||||
|
|
Loading…
Reference in a new issue