neovide: add multisn8 as a maintainer
This commit is contained in:
parent
e72542f6d2
commit
b8f594806e
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,6 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec {
|
||||||
homepage = "https://github.com/neovide/neovide";
|
homepage = "https://github.com/neovide/neovide";
|
||||||
changelog = "https://github.com/neovide/neovide/releases/tag/${version}";
|
changelog = "https://github.com/neovide/neovide/releases/tag/${version}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ ck3d ];
|
maintainers = with maintainers; [ ck3d multisn8 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue