python3Packages.ckcc-protocol: fix license

This commit is contained in:
Fabian Affolter 2021-02-25 08:25:45 +01:00 committed by GitHub
parent e46f809589
commit a301215b5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Communicate with your Coldcard using Python";
homepage = "https://github.com/Coldcard/ckcc-protocol";
license = licenses.gpl3;
license = licenses.mit;
maintainers = [ maintainers.hkjn ];
};
}