aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gspell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gspell/default.nix')
-rw-r--r--pkgs/development/libraries/gspell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gspell/default.nix b/pkgs/development/libraries/gspell/default.nix
index 776125a7537..fd6b12ccaac 100644
--- a/pkgs/development/libraries/gspell/default.nix
+++ b/pkgs/development/libraries/gspell/default.nix
@@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
- description = "A spell-checking library for GTK+ applications";
+ description = "A spell-checking library for GTK applications";
homepage = https://wiki.gnome.org/Projects/gspell;
license = licenses.lgpl21Plus;
maintainers = gnome3.maintainers;