gleam: remove with lib
This commit is contained in:
@@ -44,12 +44,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Statically typed language for the Erlang VM";
|
||||
mainProgram = "gleam";
|
||||
homepage = "https://gleam.run/";
|
||||
license = licenses.asl20;
|
||||
maintainers = teams.beam.members ++ [ lib.maintainers.philtaken ];
|
||||
changelog = "https://github.com/gleam-lang/gleam/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = lib.teams.beam.members ++ [ lib.maintainers.philtaken ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user