summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotlambda <github@dotlambda.de>2026-01-18 21:58:14 +0000
committerGitHub <noreply@github.com>2026-01-18 21:58:14 +0000
commit77ef7a29d276c6d8303aece3444d61118ef71ac2 (patch)
tree99127d68db5dda99ade9bc198f9c5434abb4a1a8
parentc9be354c13336049936d86b4d506d421e6903b75 (diff)
parent59077630677820d337d33ea8d71d1293a8eb5371 (diff)
[Backport release-25.11] changedetection-io: mark unfree (#481437)
-rw-r--r--pkgs/by-name/ch/changedetection-io/package.nix2
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