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