From 2e722bdfdbe6cef13d88f9c466f84be4122f0d13 Mon Sep 17 00:00:00 2001 From: éclairevoyant <848000+eclairevoyant@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:15:55 -0400 Subject: maintainers: Fix github account names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and drop package maintainership for removed maintainers. davidarmstronglewis is now known on github as oceanlewis. Editing maintainer-list.nix… TravisDavis-ops likely deleted their github account rs0vere likely deleted their github account SamirTalwar is now known on github as abstracte. Editing maintainer-list.nix… --- pkgs/tools/wayland/sov/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/wayland') diff --git a/pkgs/tools/wayland/sov/default.nix b/pkgs/tools/wayland/sov/default.nix index d7415a5fa517b..38578544feb42 100644 --- a/pkgs/tools/wayland/sov/default.nix +++ b/pkgs/tools/wayland/sov/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { description = "An overlay that shows schemas for all workspaces to make navigation in sway easier."; homepage = "https://github.com/milgra/sov"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ travisdavis-ops ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } -- cgit 1.4.1