From 2bd647656316561fced7d66ebe117fc4c18d051e Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Mon, 19 Aug 2024 12:36:51 -0300 Subject: [PATCH] swayest-workstyle: remove maintainer miangraham Because theey is inactive. --- pkgs/by-name/sw/swayest-workstyle/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sw/swayest-workstyle/package.nix b/pkgs/by-name/sw/swayest-workstyle/package.nix index 2867db53f371..6f4490224889 100644 --- a/pkgs/by-name/sw/swayest-workstyle/package.nix +++ b/pkgs/by-name/sw/swayest-workstyle/package.nix @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Lyr-7D1h/swayest_workstyle"; license = licenses.mit; platforms = platforms.linux; - maintainers = with maintainers; [ miangraham ]; + maintainers = with maintainers; [ ]; mainProgram = "sworkstyle"; }; }