hspell: add license
This commit is contained in:
parent
59e9c12db3
commit
4d83f5305f
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user