sbagen: fix license
This commit is contained in:
parent
f0b4511c81
commit
ecc80518a6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
description = "Binaural sound generator";
|
||||
homepage = "http://uazu.net/sbagen";
|
||||
license = "GPL";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = [ "i686-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue