red: mark rebol unfree

This commit is contained in:
Robert Schütz
2025-12-09 18:13:20 -08:00
parent 6a65168d97
commit 61054909e3
+1
View File
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
rebol = fetchurl {
url = "http://www.rebol.com/downloads/v278/rebol-core-278-4-2.tar.gz";
sha256 = "1c1v0pyhf3d8z98qc93a5zmx0bbl0qq5lr8mbkdgygqsq2bv2xbz";
meta.license = lib.licenses.unfree; # https://www.rebol.com/license.html
};
buildInputs = [