neovide: remove multisn8 from maintainers

I don't feel comfortable anymore with updating and maintaining the neovide
package, or more to say being generally-trusted to do so.
This commit is contained in:
MultisampledNight 2024-04-19 17:53:31 +02:00
parent 95db6c67d7
commit 02c9aec57a
No known key found for this signature in database
GPG Key ID: C81EF9B053977241
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ 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 multisn8 ];
maintainers = with maintainers; [ ck3d ];
platforms = platforms.all;
};
}