gleam: update changelog link

they only use CHANGELOG.md for unreleased changes
This commit is contained in:
0xda157
2026-05-05 14:34:19 -07:00
parent 6300b915bd
commit 1225bcbaa7
+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