From 03d654beb03ee8d293785629f31bc50f113c0bca Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 23 Dec 2023 12:59:58 +0100 Subject: [PATCH] welkin: change license to bsd3 $src/license also see http://simile.mit.edu/welkin/ --- pkgs/tools/graphics/welkin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/welkin/default.nix b/pkgs/tools/graphics/welkin/default.nix index 111abc745be5..e825f5e5d2b8 100644 --- a/pkgs/tools/graphics/welkin/default.nix +++ b/pkgs/tools/graphics/welkin/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { ]; hydraPlatforms = []; sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; - license = lib.licenses.free; + license = lib.licenses.bsd3; platforms = with lib.platforms; unix; }; }