changedetection-io: mark unfree

> If you are reselling this software either in part or full as part of
> any commercial arrangement, you must abide by our
> COMMERCIAL_LICENCE.md found in our code repository.[^1]

[^1]: https://github.com/dgtlmoon/changedetection.io/blob/0.51.4/README.md#commercial-licencing
This commit is contained in:
Robert Schütz
2026-01-14 08:57:34 -08:00
parent 374f11ffb5
commit e24ed70c87
@@ -91,7 +91,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Self-hosted free open source website change detection tracking, monitoring and notification service";
homepage = "https://github.com/dgtlmoon/changedetection.io";
changelog = "https://github.com/dgtlmoon/changedetection.io/releases/tag/${src.tag}";
license = lib.licenses.asl20;
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [
mikaelfangel
thanegill