neovide: add multisn8 as a maintainer

This commit is contained in:
MultisampledNight 2023-08-08 20:46:50 +02:00
parent e72542f6d2
commit b8f594806e
No known key found for this signature in database
GPG Key ID: C81EF9B053977241

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