gnome3.gspell: complete meta attribute

+4
+4
pkgs/desktops/gnome-3/misc/gspell/default.nix
··· 9 buildInputs = [ glib gtk3 isocodes ]; 10 11 meta = with stdenv.lib; { 12 platforms = platforms.linux; 13 }; 14 }
··· 9 buildInputs = [ glib gtk3 isocodes ]; 10 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; 16 platforms = platforms.linux; 17 }; 18 }