about summary refs log tree commit diff
path: root/pkgs/development/libraries/libhandy/0.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libhandy/0.x.nix')
-rw-r--r--pkgs/development/libraries/libhandy/0.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libhandy/0.x.nix b/pkgs/development/libraries/libhandy/0.x.nix
index 1ae6c72afc3e1..e2b4ce381b7fb 100644
--- a/pkgs/development/libraries/libhandy/0.x.nix
+++ b/pkgs/development/libraries/libhandy/0.x.nix
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "A library full of GTK widgets for mobile phones";
+    description = "Library full of GTK widgets for mobile phones";
     mainProgram = "handy-0.0-demo";
     homepage = "https://source.puri.sm/Librem5/libhandy";
     license = licenses.lgpl21Plus;