Merge pull request #247918 from MultisampledNight/neovide-multisn8-maintainer
neovide: add multisn8 as maintainer
This commit is contained in:
commit
564e47d761
2 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue