summary refs log tree commit diff
path: root/pkgs/development/libraries/nuspell
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/nuspell')
-rw-r--r--pkgs/development/libraries/nuspell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/nuspell/default.nix b/pkgs/development/libraries/nuspell/default.nix
index 57c47c79f84..38f3a1134ee 100644
--- a/pkgs/development/libraries/nuspell/default.nix
+++ b/pkgs/development/libraries/nuspell/default.nix
@@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
     description = "Free and open source C++ spell checking library";
     homepage = "https://nuspell.github.io/";
     maintainers = with maintainers; [ fpletz ];
+    license = licenses.gpl3;
   };
 }