python3Packages.airthings-cloud: rename module
This commit is contained in:
parent
cb10e4ddf6
commit
75eebdced1
@ -7,7 +7,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "airthings";
|
||||
pname = "airthings-cloud";
|
||||
version = "0.0.1";
|
||||
format = "setuptools";
|
||||
|
@ -403,7 +403,7 @@ in {
|
||||
|
||||
airly = callPackage ../development/python-modules/airly { };
|
||||
|
||||
airthings = callPackage ../development/python-modules/airthings { };
|
||||
airthings-cloud = callPackage ../development/python-modules/airthings-cloud { };
|
||||
|
||||
ajpy = callPackage ../development/python-modules/ajpy { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user