python310Packages.pure-protobuf: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-07 22:02:41 +02:00 committed by GitHub
parent 5fbb31c71e
commit 4771437263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ buildPythonPackage rec {
format = "pyproject";
disabled = pythonOlder "3.7";
# PyPi lacks tests.
src = fetchFromGitHub {
owner = "eigenein";
repo = "protobuf";
@ -44,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python implementation of Protocol Buffers with dataclass-based schemas";
homepage = "https://github.com/eigenein/protobuf";
changelog = "https://github.com/eigenein/protobuf/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ chuangzhu ];
};