home-assistant-custom-components.scheduler: fix license; home-assistant-custom-lovelace-modules.scheduler-card: fix license (#495356)
This commit is contained in:
@@ -26,6 +26,6 @@ buildHomeAssistantComponent rec {
|
||||
homepage = "https://github.com/nielsfaber/scheduler-component";
|
||||
changelog = "https://github.com/nielsfaber/scheduler-component/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
license = licenses.gpl3;
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@ buildNpmPackage rec {
|
||||
homepage = "https://github.com/nielsfaber/scheduler-card";
|
||||
changelog = "https://github.com/nielsfaber/scheduler-card/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
license = licenses.isc;
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user