codec2: fix license

master
Markus Kowalewski 2021-02-01 13:35:18 +01:00
parent 8e0ca6c3d6
commit f73b1ebec1
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Speech codec designed for communications quality speech at low data rates";
homepage = "http://www.rowetel.com/blog/?page_id=452";
license = licenses.lgpl21;
license = licenses.lgpl21Only;
platforms = platforms.unix;
maintainers = with maintainers; [ markuskowa ];
};