hspell: add license

This commit is contained in:
Markus Kowalewski 2018-10-12 23:24:30 +02:00
parent 59e9c12db3
commit 4d83f5305f
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -18,10 +18,10 @@ stdenv.mkDerivation rec {
patchPhase = ''patchShebangs .''; patchPhase = ''patchShebangs .'';
buildInputs = [ perl zlib ]; buildInputs = [ perl zlib ];
meta = { meta = with stdenv.lib; {
description = "Hebrew spell checker"; description = "Hebrew spell checker";
homepage = http://hspell.ivrix.org.il/; homepage = http://hspell.ivrix.org.il/;
platforms = stdenv.lib.platforms.all; platforms = platforms.all;
maintainers = [ ]; license = licenses.gpl2;
}; };
} }