python3Packages.ckcc-protocol: fix license
This commit is contained in:
parent
e46f809589
commit
a301215b5a
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Communicate with your Coldcard using Python";
|
description = "Communicate with your Coldcard using Python";
|
||||||
homepage = "https://github.com/Coldcard/ckcc-protocol";
|
homepage = "https://github.com/Coldcard/ckcc-protocol";
|
||||||
license = licenses.gpl3;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.hkjn ];
|
maintainers = [ maintainers.hkjn ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user