Skip to content

Commit

Permalink
Merge pull request #101512 from omasanori/nuspell-4.0.0
Browse files Browse the repository at this point in the history
nuspell: 3.1.2 -> 4.0.0, fix license
  • Loading branch information
dywedir committed Oct 29, 2020
2 parents ec2bd3c + 0075ec3 commit 4bbd356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/nuspell/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "nuspell";
version = "3.1.2";
version = "4.0.0";

src = fetchFromGitHub {
owner = "nuspell";
repo = "nuspell";
rev = "v${version}";
sha256 = "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6";
sha256 = "1jfnwva2i67i9pyh123a5h2zs5p7gw77qh4w7qkx61jigsyxc5v7";
};

nativeBuildInputs = [ cmake pkgconfig ronn ];
Expand All @@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
description = "Free and open source C++ spell checking library";
homepage = "https://nuspell.github.io/";
maintainers = with maintainers; [ fpletz ];
license = licenses.gpl3;
license = licenses.lgpl3Plus;
};
}

0 comments on commit 4bbd356

Please sign in to comment.