python310Packages.scikit-build-core: add meta.changelog

This commit is contained in:
natsukium
2023-07-30 14:37:06 +09:00
parent cdd302c8b5
commit 65328600e8
@@ -77,6 +77,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A next generation Python CMake adaptor and Python API for plugins";
homepage = "https://github.com/scikit-build/scikit-build-core";
changelog = "https://github.com/scikit-build/scikit-build-core/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ veprbl ];
};