summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorMultisampledNight <contact@multisamplednight.com>2023-08-08 20:46:50 +0200
committerMultisampledNight <contact@multisamplednight.com>2023-08-08 20:46:50 +0200
commitb8f594806e3c3b51ad954430ba5f0f3c8c932b44 (patch)
tree77938850cb4229fe17e5536028430f9ed4c48f26 /pkgs/applications/editors/neovim
parente72542f6d2a8ecce50a1a134e07d7fe5e3269d24 (diff)
downloadnixpkgs-b8f594806e3c3b51ad954430ba5f0f3c8c932b44.tar
nixpkgs-b8f594806e3c3b51ad954430ba5f0f3c8c932b44.tar.gz
nixpkgs-b8f594806e3c3b51ad954430ba5f0f3c8c932b44.tar.bz2
nixpkgs-b8f594806e3c3b51ad954430ba5f0f3c8c932b44.tar.lz
nixpkgs-b8f594806e3c3b51ad954430ba5f0f3c8c932b44.tar.xz
nixpkgs-b8f594806e3c3b51ad954430ba5f0f3c8c932b44.tar.zst
nixpkgs-b8f594806e3c3b51ad954430ba5f0f3c8c932b44.zip
neovide: add multisn8 as a maintainer
Diffstat (limited to 'pkgs/applications/editors/neovim')
-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 345faf4afc0..e0f9a2482f9 100644
--- a/pkgs/applications/editors/neovim/neovide/default.nix
+++ b/pkgs/applications/editors/neovim/neovide/default.nix
@@ -115,6 +115,6 @@ 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 ];
+    maintainers = with maintainers; [ ck3d multisn8 ];
   };
 }