polyglot: update meta.changelog

Relates-to: NixOS/nixpkgs#514132
This commit is contained in:
Noodlez1232
2026-05-07 10:35:12 -07:00
parent cab16caba3
commit 7deeeec53e
+1 -1
View File
@@ -70,7 +70,7 @@ maven.buildMavenPackage rec {
meta = {
description = "Conlang construction toolkit";
homepage = "https://draquet.github.io/PolyGlot/readme.html";
changelog = "https://github.com/DraqueT/PolyGlot/releases/tag/${version}";
changelog = "https://github.com/DraqueT/PolyGlot/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ noodlez1232 ];
platforms = lib.platforms.linux;