python311Packages.jsbeautifier: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-10 12:15:48 +02:00 committed by GitHub
parent 9830f1e055
commit d9e5d586be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};