Unverified Commit 198651da authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

repath-studio: fix changelog (#515762)

parents 4a206e26 f612643c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ buildNpmPackage (finalAttrs: {
  };

  meta = {
    changelog = "https://github.com/repath-studio/repath-studio/blob/v${finalAttrs.src.rev}/CHANGELOG.md";
    changelog = "https://github.com/repath-studio/repath-studio/blob/${finalAttrs.src.rev}/CHANGELOG.md";
    description = "Cross-platform vector graphics editor, that combines procedural tooling with traditional design workflows";
    homepage = "https://repath.studio";
    downloadPage = "https://github.com/repath-studio/repath-studio";