nuspell: add license

This commit is contained in:
Markus Kowalewski 2020-06-27 11:38:21 +02:00
parent 80e616c6ae
commit 59275c790e
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -31,5 +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;
};
}