From b24622c31d8dd07c70add79e87eb0669b96f820f Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Tue, 29 Jun 2021 21:25:45 +0200 Subject: [PATCH] go-sct: remove myself as maintainer --- pkgs/tools/X11/go-sct/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/X11/go-sct/default.nix b/pkgs/tools/X11/go-sct/default.nix index 8744c493b71..801ddc96c4a 100644 --- a/pkgs/tools/X11/go-sct/default.nix +++ b/pkgs/tools/X11/go-sct/default.nix @@ -21,7 +21,7 @@ buildGoPackage rec { meta = with lib; { description = "Color temperature setting library and CLI that operates in a similar way to f.lux and Redshift"; license = licenses.mit; - maintainers = with maintainers; [ rvolosatovs cstrahan ]; + maintainers = with maintainers; [ cstrahan ]; platforms = platforms.linux ++ platforms.windows; }; }