vscode: set meta.changelog
This commit is contained in:
@@ -113,6 +113,9 @@ buildVscode {
|
||||
'';
|
||||
homepage = "https://code.visualstudio.com/";
|
||||
downloadPage = "https://code.visualstudio.com/Updates";
|
||||
changelog = "https://code.visualstudio.com/updates/v${
|
||||
lib.replaceString "." "_" (lib.versions.majorMinor version)
|
||||
}";
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = with lib.maintainers; [
|
||||
eadwu
|
||||
|
||||
Reference in New Issue
Block a user