uglify-js: add meta.changelog

This commit is contained in:
lelgenio 2024-09-03 21:54:29 -03:00
parent af18f59884
commit d990a4de51

View File

@ -54,6 +54,7 @@ buildNpmPackage rec {
meta = {
homepage = "https://github.com/mishoo/UglifyJS";
changelog = "https://github.com/mishoo/UglifyJS/releases/tag/v" + version;
description = "JavaScript parser / mangler / compressor / beautifier toolkit";
mainProgram = "uglifyjs";
license = lib.licenses.bsd2;