gleam: remove with lib

This commit is contained in:
awwpotato
2025-04-17 19:24:03 -07:00
parent 3a20a5c2a9
commit cea55be347
+3 -3
View File
@@ -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 ];
};
})