gleam: update changelog link (#516994)

This commit is contained in:
Adam C. Stephens
2026-05-05 22:05:21 +00:00
committed by GitHub
+1 -1
View File
@@ -78,7 +78,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "Statically typed language for the Erlang VM";
mainProgram = "gleam";
homepage = "https://gleam.run/";
changelog = "https://github.com/gleam-lang/gleam/blob/v${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/gleam-lang/gleam/blob/v${finalAttrs.version}/changelog/v${lib.versions.majorMinor finalAttrs.version}.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
philtaken