3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.siobrultech-protocols: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-10 22:17:21 +02:00
parent ec5f7bcc4f
commit e103448ce7

View file

@ -33,10 +33,11 @@ buildPythonPackage rec {
"siobrultech_protocols.gem.protocol"
];
meta = {
meta = with lib; {
description = "A Sans-I/O Python client library for Brultech Devices";
homepage = "https://github.com/sdwilsh/siobrultech-protocols";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ dotlambda ];
changelog = "https://github.com/sdwilsh/siobrultech-protocols/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};
}