python310Packages.kornia: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-01 22:19:50 +02:00 committed by GitHub
parent 965ca25828
commit b3d0ead70e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ buildPythonPackage rec {
pname = "kornia";
version = "0.6.12";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
@ -47,6 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://kornia.github.io/kornia";
changelog = "https://github.com/kornia/kornia/releases/tag/v${version}";
description = "Differentiable computer vision library";
license = licenses.asl20;
maintainers = with maintainers; [ bcdarwin ];