welkin: change license to bsd3
$src/license also see http://simile.mit.edu/welkin/
This commit is contained in:
parent
052fc6613b
commit
03d654beb0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue