mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 18:59:44 +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 { };
|
||||
|
||||
in {
|
||||
meta = {
|
||||
maintainers = with maintainers; [ rycee petabyteboy thiagokokada ];
|
||||
};
|
||||
meta.maintainers = with maintainers; [ rycee thiagokokada ];
|
||||
|
||||
imports = let
|
||||
mkRenamed = old: new:
|
||||
|
|
Loading…
Reference in a new issue