yoshi47.selection-path-copier: fix meta.changelog (#514212)

This commit is contained in:
Yohann Boniface
2026-04-27 21:43:45 +00:00
committed by GitHub
@@ -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 ];
};