home-assistant: update component-packages

This commit is contained in:
Fabian Affolter
2021-01-25 21:29:04 +01:00
parent 30d63caad6
commit 416c13f9d9
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API wrapper for brottsplatskartan.se";
homepage = "https://github.com/chrillux/brottsplatskartan";
license = with licenses; [ gpl2Only ];
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}