diff options
| author | Robert Schütz <nix@dotlambda.de> | 2026-01-14 08:53:20 -0800 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-01-18 21:41:45 +0000 |
| commit | 59077630677820d337d33ea8d71d1293a8eb5371 (patch) | |
| tree | 99127d68db5dda99ade9bc198f9c5434abb4a1a8 | |
| parent | c9be354c13336049936d86b4d506d421e6903b75 (diff) | |
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
(cherry picked from commit e24ed70c8776d973f5b75cd0403bb690698ee809)
| -rw-r--r-- | pkgs/by-name/ch/changedetection-io/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ch/changedetection-io/package.nix b/pkgs/by-name/ch/changedetection-io/package.nix index 777fb073314b..a5c23a274c93 100644 --- a/pkgs/by-name/ch/changedetection-io/package.nix +++ b/pkgs/by-name/ch/changedetection-io/package.nix @@ -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 |
