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 .'';
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;
};
}