diff options
| author | dotlambda <github@dotlambda.de> | 2026-01-18 21:58:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-18 21:58:14 +0000 |
| commit | 77ef7a29d276c6d8303aece3444d61118ef71ac2 (patch) | |
| tree | 99127d68db5dda99ade9bc198f9c5434abb4a1a8 | |
| parent | c9be354c13336049936d86b4d506d421e6903b75 (diff) | |
| parent | 59077630677820d337d33ea8d71d1293a8eb5371 (diff) | |
[Backport release-25.11] changedetection-io: mark unfree (#481437)
| -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 |
