libsamplerate: update license information (in effect since 0.1.9)
This commit is contained in:
parent
adadf7e5ce
commit
316d0ff7c7
@ -30,10 +30,7 @@ in stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Sample Rate Converter for audio";
|
description = "Sample Rate Converter for audio";
|
||||||
homepage = http://www.mega-nerd.com/SRC/index.html;
|
homepage = http://www.mega-nerd.com/SRC/index.html;
|
||||||
# you can choose one of the following licenses:
|
license = licenses.bsd2;
|
||||||
# GPL or a commercial-use license (available at
|
|
||||||
# http://www.mega-nerd.com/SRC/libsamplerate-cul.pdf)
|
|
||||||
license = with licenses; [ gpl3.shortName unfree ];
|
|
||||||
maintainers = with maintainers; [ lovek323 wkennington ];
|
maintainers = with maintainers; [ lovek323 wkennington ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user