gnome3.gspell: complete meta attribute

This commit is contained in:
Jan Tojnar
2018-02-25 21:24:59 +01:00
parent 3726a26dac
commit ed7607f4cd

View File

@@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
buildInputs = [ glib gtk3 isocodes ];
meta = with stdenv.lib; {
description = "A spell-checking library for GTK+ applications";
homepage = https://wiki.gnome.org/Projects/gspell;
license = licenses.lgpl21Plus;
maintainers = gnome3.maintainers;
platforms = platforms.linux;
};
}