python310Packages.lupa: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-04 15:43:18 +02:00 committed by GitHub
parent 5ac23f930c
commit 9ca9baab51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Lua in Python";
homepage = "https://github.com/scoder/lupa";
changelog = "https://github.com/scoder/lupa/blob/lupa-${version}/CHANGES.rst";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};