fh: fix changelog URL

This commit is contained in:
Angel J
2026-04-29 18:12:23 -07:00
parent e75f25705c
commit b86d7d6e9b
+1 -1
View File
@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Official FlakeHub CLI";
homepage = "https://github.com/DeterminateSystems/fh";
changelog = "https://github.com/DeterminateSystems/fh/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/DeterminateSystems/fh/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ iamanaws ];
mainProgram = "fh";