diff --git a/pkgs/applications/editors/vscode/extensions/yoshi47.selection-path-copier/default.nix b/pkgs/applications/editors/vscode/extensions/yoshi47.selection-path-copier/default.nix index bef7f62efedc..a309d6d7ddc9 100644 --- a/pkgs/applications/editors/vscode/extensions/yoshi47.selection-path-copier/default.nix +++ b/pkgs/applications/editors/vscode/extensions/yoshi47.selection-path-copier/default.nix @@ -15,7 +15,7 @@ vscode-utils.buildVscodeMarketplaceExtension (finalAttrs: { description = "Copy file paths with line numbers, code snippets, and GitHub permalinks in multiple formats"; downloadPage = "https://marketplace.visualstudio.com/items?itemName=yoshi47.selection-path-copier"; homepage = "https://github.com/yoshi47/selection-path-copier"; - changelog = "https://github.com/yoshi47/selection-path-copier/releases/tag/release/v${finalAttrs.version}"; + changelog = "https://github.com/yoshi47/selection-path-copier/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ aduh95 ]; };