3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pytrafikverket: update description

This commit is contained in:
Fabian Affolter 2022-05-01 09:41:40 +02:00 committed by GitHub
parent 3ffb4a77a5
commit 8d23e0f94d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
description = "Library to get data from the Swedish Transport Administration (Trafikverket) API";
homepage = "https://github.com/endor-force/pytrafikverket";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];