forked from mirrors/nixpkgs
python311Packages.siobrultech-protocols: add changelog to meta
This commit is contained in:
parent
ec5f7bcc4f
commit
e103448ce7
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue