Skip to content

Commit

Permalink
libsamplerate: update license information (in effect since 0.1.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Apr 29, 2017
1 parent adadf7e commit 316d0ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/libraries/libsamplerate/default.nix
Expand Up @@ -30,10 +30,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Sample Rate Converter for audio";
homepage = http://www.mega-nerd.com/SRC/index.html;
# you can choose one of the following licenses:
# GPL or a commercial-use license (available at
# http://www.mega-nerd.com/SRC/libsamplerate-cul.pdf)
license = with licenses; [ gpl3.shortName unfree ];
license = licenses.bsd2;
maintainers = with maintainers; [ lovek323 wkennington ];
platforms = platforms.all;
};
Expand Down

0 comments on commit 316d0ff

Please sign in to comment.