summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authordotlambda <github@dotlambda.de>2026-01-18 21:33:35 +0000
committerGitHub <noreply@github.com>2026-01-18 21:33:35 +0000
commit652be573e81b4d6739cab2130c08c8ff2dbfa55e (patch)
tree8fb9f64eccbf52e53efe90e46b4f28b5e6f612c0 /pkgs
parentf38bdac300460504cfab1e41d77d76d279fc5c91 (diff)
parente24ed70c8776d973f5b75cd0403bb690698ee809 (diff)
changedetection-io: mark unfree (#480089)
Diffstat (limited to 'pkgs')
-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 1ce916a303b6..2754c888a9a9 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