python3Packages.pyairvisual: update meta
This commit is contained in:
parent
dc7bca1a32
commit
7188404359
@ -48,8 +48,10 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "pyairvisual" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A simple, clean, well-tested Python library for interacting with AirVisual©";
|
||||
license = licenses.mit;
|
||||
description = "Python library for interacting with AirVisual";
|
||||
homepage = "https://github.com/bachya/pyairvisual";
|
||||
changelog = "https://github.com/bachya/pyairvisual/releases/tag/${version}";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user