nuspell: add license
This commit is contained in:
parent
80e616c6ae
commit
59275c790e
@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Free and open source C++ spell checking library";
|
description = "Free and open source C++ spell checking library";
|
||||||
homepage = "https://nuspell.github.io/";
|
homepage = "https://nuspell.github.io/";
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user