nuspell: add license

This commit is contained in:
Markus Kowalewski
2020-06-27 11:38:21 +02:00
parent 80e616c6ae
commit 59275c790e

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;
};
}