From 737a00f5d24e76acf89ef2049d023c463ec765f3 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 4 Jul 2022 11:39:38 +0200 Subject: [PATCH] redshift: remove petabyteboy from maintainers (cherry picked from commit f2445620d177e295e711c1b2bc6c01ed6df26c16) --- modules/services/redshift-gammastep/lib/options.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/services/redshift-gammastep/lib/options.nix b/modules/services/redshift-gammastep/lib/options.nix index 475cca57c..f2c0922b0 100644 --- a/modules/services/redshift-gammastep/lib/options.nix +++ b/modules/services/redshift-gammastep/lib/options.nix @@ -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: