Merge master into staging

This commit is contained in:
Frederik Rietdijk
2018-10-13 09:48:20 +02:00
309 changed files with 11221 additions and 3339 deletions
@@ -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;
};
}