Commit f612643c authored by eljamm's avatar eljamm
Browse files

repath-studio: fix changelog

parent 5715298d
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";