python311Packages.jsbeautifier: add changelog to meta
This commit is contained in:
parent
9830f1e055
commit
d9e5d586be
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "JavaScript unobfuscator and beautifier";
|
||||
homepage = "http://jsbeautifier.org";
|
||||
changelog = "https://github.com/beautify-web/js-beautify/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ apeyroux ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue