Merge pull request #305340 from MultisampledNight/rm-multisn8-neovide

neovide: remove multisn8 from maintainers
This commit is contained in:
éclairevoyant 2024-04-19 16:06:59 +00:00 committed by GitHub
commit 2f71bd6e73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
};
}