summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/codec2/default.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-02-01 14:14:38 +0100
committerGitHub <noreply@github.com>2021-02-01 14:14:38 +0100
commit23db19263ffe4002e3eeea85196e461c28c5bee7 (patch)
tree5216789251c874a7289b7a34f5c76daf401cbeb9 /pkgs/development/libraries/codec2/default.nix
parent3151fd59e73347be946b39bad3c4db2c9a1cf4bb (diff)
parentedd43fbb011a34cbc7db7f8a4d2aecca6056bee3 (diff)
Merge pull request #111561 from markuskowa/fix-maint
Diffstat (limited to 'pkgs/development/libraries/codec2/default.nix')
-rw-r--r--pkgs/development/libraries/codec2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/codec2/default.nix b/pkgs/development/libraries/codec2/default.nix
index 09ec21cc63e8..88b35f16c308 100644
--- a/pkgs/development/libraries/codec2/default.nix
+++ b/pkgs/development/libraries/codec2/default.nix
@@ -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 ];
};