about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-19 16:06:59 +0000
committerGitHub <noreply@github.com>2024-04-19 16:06:59 +0000
commit2f71bd6e73943de1aea75349f9acc86492876e3d (patch)
tree29b996715acefbf15e781f39fcbe0e739297b738 /pkgs
parentcc5b30542b0202032f2ad5792cfa3955446fdfdf (diff)
parent02c9aec57a8d5953996ba74eea399501dde94261 (diff)
Merge pull request #305340 from MultisampledNight/rm-multisn8-neovide
neovide: remove multisn8 from maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/neovim/neovide/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/neovide/default.nix b/pkgs/applications/editors/neovim/neovide/default.nix
index b103c9f20be5f..ce9b091add820 100644
--- a/pkgs/applications/editors/neovim/neovide/default.nix
+++ b/pkgs/applications/editors/neovim/neovide/default.nix
@@ -113,7 +113,7 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec {
     homepage = "https://github.com/neovide/neovide";
     changelog = "https://github.com/neovide/neovide/releases/tag/${version}";
     license = with licenses; [ mit ];
-    maintainers = with maintainers; [ ck3d multisn8 ];
+    maintainers = with maintainers; [ ck3d ];
     platforms = platforms.all;
   };
 }