sbagen: fix license

gstqt5
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
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];
};
}