From 02c9aec57a8d5953996ba74eea399501dde94261 Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Fri, 19 Apr 2024 17:53:31 +0200 Subject: [PATCH] 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. --- pkgs/applications/editors/neovim/neovide/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/neovim/neovide/default.nix b/pkgs/applications/editors/neovim/neovide/default.nix index b103c9f20be5..ce9b091add82 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; }; }