mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
hspell: add license
This commit is contained in:
parent
59e9c12db3
commit
4d83f5305f
1 changed files with 3 additions and 3 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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue