From e72542f6d2a8ecce50a1a134e07d7fe5e3269d24 Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Tue, 8 Aug 2023 20:45:41 +0200 Subject: [PATCH 1/2] maintainers: add multisn8 --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 6a656e281a8d..ef4214842e1a 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -11658,6 +11658,12 @@ githubId = 220262; name = "Ion Mudreac"; }; + multisn8 = { + email = "all-things-nix@multisamplednight.com"; + github = "MultisampledNight"; + githubId = 80128916; + name = "MultisampledNight"; + }; multun = { email = "victor.collod@epita.fr"; github = "multun"; From b8f594806e3c3b51ad954430ba5f0f3c8c932b44 Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Tue, 8 Aug 2023 20:46:50 +0200 Subject: [PATCH 2/2] neovide: add multisn8 as a maintainer --- 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 345faf4afc00..e0f9a2482f93 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 ]; }; }