From f9326f6c4c5f7905cd1d6e0a89b1db612e0a5eb9 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Tue, 29 Jun 2021 21:20:08 +0200 Subject: [PATCH 1/4] cockroachdb: remove myself as maintainer --- pkgs/servers/sql/cockroachdb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/sql/cockroachdb/default.nix b/pkgs/servers/sql/cockroachdb/default.nix index 63cbbf16b302..2026ad05f3ff 100644 --- a/pkgs/servers/sql/cockroachdb/default.nix +++ b/pkgs/servers/sql/cockroachdb/default.nix @@ -65,6 +65,6 @@ buildGoPackage rec { description = "A scalable, survivable, strongly-consistent SQL database"; license = licenses.bsl11; platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ]; - maintainers = with maintainers; [ rushmorem thoughtpolice rvolosatovs ]; + maintainers = with maintainers; [ rushmorem thoughtpolice ]; }; } From 0877a5a2fddff02546dff01a3890450762d168f7 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Tue, 29 Jun 2021 21:20:32 +0200 Subject: [PATCH 2/4] bspwm: remove myself as maintainer --- pkgs/applications/window-managers/bspwm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/bspwm/default.nix b/pkgs/applications/window-managers/bspwm/default.nix index c07c3389e3c0..e7c0eecbf82e 100644 --- a/pkgs/applications/window-managers/bspwm/default.nix +++ b/pkgs/applications/window-managers/bspwm/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A tiling window manager based on binary space partitioning"; homepage = "https://github.com/baskerville/bspwm"; - maintainers = with maintainers; [ meisternu epitrochoid rvolosatovs ]; + maintainers = with maintainers; [ meisternu epitrochoid ]; license = licenses.bsd2; platforms = platforms.linux; }; From 059c8fc437ea45c1224760be28e83e49d34b7eb1 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Tue, 29 Jun 2021 21:21:56 +0200 Subject: [PATCH 3/4] mbed-cli: remove myself as maintainer --- pkgs/development/tools/mbed-cli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/mbed-cli/default.nix b/pkgs/development/tools/mbed-cli/default.nix index 127fa1bef863..12e7d1915477 100644 --- a/pkgs/development/tools/mbed-cli/default.nix +++ b/pkgs/development/tools/mbed-cli/default.nix @@ -28,7 +28,7 @@ buildPythonApplication rec { homepage = "https://github.com/ARMmbed/mbed-cli"; description = "Arm Mbed Command Line Interface"; license = licenses.asl20; - maintainers = with maintainers; [ rvolosatovs ]; + maintainers = with maintainers; [ ]; }; } From b24622c31d8dd07c70add79e87eb0669b96f820f Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Tue, 29 Jun 2021 21:25:45 +0200 Subject: [PATCH 4/4] 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 8744c493b71c..801ddc96c4a0 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; }; }