about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMultisampledNight <contact@multisamplednight.com>2024-04-19 17:53:31 +0200
committerMultisampledNight <contact@multisamplednight.com>2024-04-19 17:53:31 +0200
commit02c9aec57a8d5953996ba74eea399501dde94261 (patch)
tree660a4b513086a8dabac8c5b5a7f5256e636e2bac /pkgs/applications
parent95db6c67d7fa6324302fcfc1848b09884a12d0ac (diff)
neovide: remove multisn8 from maintainers
I don't feel comfortable anymore with updating and maintaining the neovide
package, or more to say being generally-trusted to do so.
Diffstat (limited to 'pkgs/applications')
-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;
   };
 }