Merge pull request #247918 from MultisampledNight/neovide-multisn8-maintainer

neovide: add multisn8 as maintainer
This commit is contained in:
figsoda 2023-08-08 15:44:14 -04:00 committed by GitHub
commit 564e47d761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -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";

View File

@ -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 ];
};
}