mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
redshift: remove petabyteboy from maintainers
(cherry picked from commit f2445620d1
)
This commit is contained in:
parent
17208be516
commit
737a00f5d2
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,7 @@ let
|
||||||
settingsFormat = pkgs.formats.ini { };
|
settingsFormat = pkgs.formats.ini { };
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta = {
|
meta.maintainers = with maintainers; [ rycee thiagokokada ];
|
||||||
maintainers = with maintainers; [ rycee petabyteboy thiagokokada ];
|
|
||||||
};
|
|
||||||
|
|
||||||
imports = let
|
imports = let
|
||||||
mkRenamed = old: new:
|
mkRenamed = old: new:
|
||||||
|
|
Loading…
Reference in a new issue