sct: switch license to isc

see $src/sct.c
This commit is contained in:
jopejoe1
2025-08-27 23:32:59 +02:00
parent 1d7006fe99
commit 1d83f10fdb
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
raskin
somasis
];
license = licenses.publicDomain;
license = licenses.isc;
platforms = with platforms; linux ++ freebsd ++ openbsd;
};
}