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

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 ];
};
}