about summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-10-09 09:15:55 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-10-09 09:15:55 -0400
commit2e722bdfdbe6cef13d88f9c466f84be4122f0d13 (patch)
tree63b48dc99f7c458ddb2c02b90498cb07a4ccbe14 /pkgs/tools/wayland
parentb623143563badceb3fe59056f26bbab21de97783 (diff)
downloadnixlib-2e722bdfdbe6cef13d88f9c466f84be4122f0d13.tar
nixlib-2e722bdfdbe6cef13d88f9c466f84be4122f0d13.tar.gz
nixlib-2e722bdfdbe6cef13d88f9c466f84be4122f0d13.tar.bz2
nixlib-2e722bdfdbe6cef13d88f9c466f84be4122f0d13.tar.lz
nixlib-2e722bdfdbe6cef13d88f9c466f84be4122f0d13.tar.xz
nixlib-2e722bdfdbe6cef13d88f9c466f84be4122f0d13.tar.zst
nixlib-2e722bdfdbe6cef13d88f9c466f84be4122f0d13.zip
maintainers: Fix github account names
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…
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/sov/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/wayland/sov/default.nix b/pkgs/tools/wayland/sov/default.nix
index d7415a5fa517..38578544feb4 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;
   };
 }