wavesurfer: fix license
This commit is contained in:
parent
61800c4281
commit
7f0fde0822
@ -20,9 +20,9 @@ stdenv.mkDerivation {
|
|||||||
--prefix PATH : "${stdenv.lib.makeBinPath [ tcl tk ]}"
|
--prefix PATH : "${stdenv.lib.makeBinPath [ tcl tk ]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tool for recording, playing, editing, viewing and labeling of audio";
|
description = "Tool for recording, playing, editing, viewing and labeling of audio";
|
||||||
homepage = "http://www.speech.kth.se/wavesurfer/";
|
homepage = "http://www.speech.kth.se/wavesurfer/";
|
||||||
license = "BSD";
|
license = stdenv.lib.licenses.bsd0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user