summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-13 06:01:45 +0000
committerGitHub <noreply@github.com>2023-10-13 06:01:45 +0000
commit49523dec152f68f48ee65b5612d6b6df035f1ecf (patch)
treeffa8eb3b1d6b4bb454dea8ef2a04a078d530bcdb /pkgs/tools/wayland
parent183df628daa5a3cd433490fbb3e6bcafc814ef26 (diff)
parent8a68e0b5f5b066adcf26558a383580da64e71456 (diff)
downloadnixpkgs-49523dec152f68f48ee65b5612d6b6df035f1ecf.tar
nixpkgs-49523dec152f68f48ee65b5612d6b6df035f1ecf.tar.gz
nixpkgs-49523dec152f68f48ee65b5612d6b6df035f1ecf.tar.bz2
nixpkgs-49523dec152f68f48ee65b5612d6b6df035f1ecf.tar.lz
nixpkgs-49523dec152f68f48ee65b5612d6b6df035f1ecf.tar.xz
nixpkgs-49523dec152f68f48ee65b5612d6b6df035f1ecf.tar.zst
nixpkgs-49523dec152f68f48ee65b5612d6b6df035f1ecf.zip
Merge staging-next into staging
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 d7415a5fa51..38578544feb 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;
   };
 }