welkin: change license to bsd3

$src/license also see http://simile.mit.edu/welkin/
This commit is contained in:
jopejoe1 2023-12-23 12:59:58 +01:00
parent 052fc6613b
commit 03d654beb0

@ -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;
};
}