Unverified Commit b86d7d6e authored by Angel J's avatar Angel J
Browse files

fh: fix changelog URL

parent e75f2570
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";