about summary refs log tree commit diff
path: root/pkgs/desktops/gnustep/gui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/gnustep/gui/default.nix')
-rw-r--r--pkgs/desktops/gnustep/gui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnustep/gui/default.nix b/pkgs/desktops/gnustep/gui/default.nix
index 448f4c60136ad..c1e01f6f37059 100644
--- a/pkgs/desktops/gnustep/gui/default.nix
+++ b/pkgs/desktops/gnustep/gui/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
   ];
   meta = {
     changelog = "https://github.com/gnustep/libs-gui/releases/tag/gui-${builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
-    description = "A GUI class library of GNUstep";
+    description = "GUI class library of GNUstep";
     homepage = "https://gnustep.github.io/";
     license = lib.licenses.lgpl2Plus;
     maintainers = with lib.maintainers; [ ashalkhakov matthewbauer dblsaiko ];