about summary refs log tree commit diff
path: root/pkgs/development/libraries/hspell
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-12 23:24:30 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-10-13 00:05:47 +0200
commit4d83f5305f9184224a13872a94ab612a13b03024 (patch)
treef122d8d43554be5dac4d120768fd561a1f2ce7c2 /pkgs/development/libraries/hspell
parent59e9c12db3bc1f68da113b5e4b5baad721bb8321 (diff)
downloadnixlib-4d83f5305f9184224a13872a94ab612a13b03024.tar
nixlib-4d83f5305f9184224a13872a94ab612a13b03024.tar.gz
nixlib-4d83f5305f9184224a13872a94ab612a13b03024.tar.bz2
nixlib-4d83f5305f9184224a13872a94ab612a13b03024.tar.lz
nixlib-4d83f5305f9184224a13872a94ab612a13b03024.tar.xz
nixlib-4d83f5305f9184224a13872a94ab612a13b03024.tar.zst
nixlib-4d83f5305f9184224a13872a94ab612a13b03024.zip
hspell: add license
Diffstat (limited to 'pkgs/development/libraries/hspell')
-rw-r--r--pkgs/development/libraries/hspell/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/hspell/default.nix b/pkgs/development/libraries/hspell/default.nix
index 20dda589b9cc..9d2088808c13 100644
--- a/pkgs/development/libraries/hspell/default.nix
+++ b/pkgs/development/libraries/hspell/default.nix
@@ -18,10 +18,10 @@ stdenv.mkDerivation rec {
   patchPhase = ''patchShebangs .'';
   buildInputs = [ perl zlib ];
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Hebrew spell checker";
     homepage = http://hspell.ivrix.org.il/;
-    platforms = stdenv.lib.platforms.all;
-    maintainers = [ ];
+    platforms = platforms.all;
+    license = licenses.gpl2;
   };
 }