portaudio: fix license (fix #728)
This commit is contained in:
parent
8057b5957f
commit
0dd6c44183
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Portable cross-platform Audio API";
|
||||
homepage = http://www.portaudio.com/;
|
||||
# Not exactly a bsd license, but alike
|
||||
license = licenses.bsd;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user