gnome3.gspell: complete meta attribute

+4
+4
pkgs/desktops/gnome-3/misc/gspell/default.nix
··· 9 9 buildInputs = [ glib gtk3 isocodes ]; 10 10 11 11 meta = with stdenv.lib; { 12 + description = "A spell-checking library for GTK+ applications"; 13 + homepage = https://wiki.gnome.org/Projects/gspell; 14 + license = licenses.lgpl21Plus; 15 + maintainers = gnome3.maintainers; 12 16 platforms = platforms.linux; 13 17 }; 14 18 }