summary refs log tree commit diff
path: root/pkgs/applications/office/calligra
diff options
context:
space:
mode:
authorJos van den Oever <jos@vandenoever.info>2015-01-09 16:31:35 +0100
committerEvgeny Egorochkin <phreedom@yandex.ru>2015-01-09 19:03:15 +0200
commitad2a2c09862490c06407090b840ea754d1dd2f82 (patch)
tree1bd219417314eaf8f685e2db4144eeea7067c210 /pkgs/applications/office/calligra
parent942e179974ceae1d88b64607817636a678b93765 (diff)
downloadnixpkgs-ad2a2c09862490c06407090b840ea754d1dd2f82.tar
nixpkgs-ad2a2c09862490c06407090b840ea754d1dd2f82.tar.gz
nixpkgs-ad2a2c09862490c06407090b840ea754d1dd2f82.tar.bz2
nixpkgs-ad2a2c09862490c06407090b840ea754d1dd2f82.tar.lz
nixpkgs-ad2a2c09862490c06407090b840ea754d1dd2f82.tar.xz
nixpkgs-ad2a2c09862490c06407090b840ea754d1dd2f82.tar.zst
nixpkgs-ad2a2c09862490c06407090b840ea754d1dd2f82.zip
Better description for calligra. Closes #5666.
It now names the applications so they can be found more easily.
Diffstat (limited to 'pkgs/applications/office/calligra')
-rw-r--r--pkgs/applications/office/calligra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/calligra/default.nix b/pkgs/applications/office/calligra/default.nix
index 9f18095beb8..4465c8690e1 100644
--- a/pkgs/applications/office/calligra/default.nix
+++ b/pkgs/applications/office/calligra/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
   NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
 
   meta = {
-    description = "A Qt/KDE office suite, formely known as koffice";
+    description = "Calligra Suite is a set of applications written to help you to accomplish your work. Calligra includes efficient and capable office components: Words for text processing,  Sheets for computations, Stage for presentations, Plan for planning, Flow for flowcharts, Kexi for database creation, Krita for painting and raster drawing, and Karbon for vector graphics.";
     homepage = http://calligra.org;
     maintainers = with stdenv.lib.maintainers; [ urkud phreedom ];
     inherit (kdelibs.meta) platforms;