sbagen: fix license

This commit is contained in:
Markus Kowalewski 2020-06-26 11:00:19 +02:00
parent f0b4511c81
commit ecc80518a6
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Binaural sound generator"; description = "Binaural sound generator";
homepage = "http://uazu.net/sbagen"; homepage = "http://uazu.net/sbagen";
license = "GPL"; license = stdenv.lib.licenses.gpl2;
platforms = [ "i686-linux" ]; platforms = [ "i686-linux" ];
}; };
} }