summary refs log tree commit diff
path: root/pkgs/development/libraries/mypaint-brushes/1.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/mypaint-brushes/1.0.nix')
-rw-r--r--pkgs/development/libraries/mypaint-brushes/1.0.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mypaint-brushes/1.0.nix b/pkgs/development/libraries/mypaint-brushes/1.0.nix
index c66329fa633..570588e22fb 100644
--- a/pkgs/development/libraries/mypaint-brushes/1.0.nix
+++ b/pkgs/development/libraries/mypaint-brushes/1.0.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = "http://mypaint.org/";
-    description = "Brushes used by MyPaint and other software using libmypaint.";
+    description = "Brushes used by MyPaint and other software using libmypaint";
     license = licenses.cc0;
     maintainers = with maintainers; [ jtojnar ];
     platforms = platforms.unix;