diff --git a/pkgs/by-name/la/lapce/package.nix b/pkgs/by-name/la/lapce/package.nix index 6ad86e3f36be..44880910a362 100644 --- a/pkgs/by-name/la/lapce/package.nix +++ b/pkgs/by-name/la/lapce/package.nix @@ -103,7 +103,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/lapce/lapce"; changelog = "https://github.com/lapce/lapce/releases/tag/v${version}"; license = with lib.licenses; [ asl20 ]; - maintainers = with lib.maintainers; [ elliot ]; mainProgram = "lapce"; }; }