wavesurfer: fix license

This commit is contained in:
Markus Kowalewski 2020-06-26 10:49:33 +02:00
parent 61800c4281
commit 7f0fde0822
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

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