summary refs log tree commit diff
path: root/pkgs/development/libraries/gnustep/projectcenter/default.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2016-07-11 20:00:49 +0000
committerMatthew Bauer <mjbauer95@gmail.com>2016-08-16 21:11:06 +0000
commita8befcb79699f973c35766d4f066f199ec50dc13 (patch)
tree6e7d6649f4c218a3b8dff8bd8ebfeafd1a378038 /pkgs/development/libraries/gnustep/projectcenter/default.nix
parentf54171505725c6805023d44195e9d11d2c7bbc03 (diff)
downloadnixpkgs-a8befcb79699f973c35766d4f066f199ec50dc13.tar
nixpkgs-a8befcb79699f973c35766d4f066f199ec50dc13.tar.gz
nixpkgs-a8befcb79699f973c35766d4f066f199ec50dc13.tar.bz2
nixpkgs-a8befcb79699f973c35766d4f066f199ec50dc13.tar.lz
nixpkgs-a8befcb79699f973c35766d4f066f199ec50dc13.tar.xz
nixpkgs-a8befcb79699f973c35766d4f066f199ec50dc13.tar.zst
nixpkgs-a8befcb79699f973c35766d4f066f199ec50dc13.zip
gnustep: fixup descriptions, remove punctuation
This is based on @joachifm's review. Reworded description in each of
GNUstep's attributes.
Diffstat (limited to 'pkgs/development/libraries/gnustep/projectcenter/default.nix')
-rw-r--r--pkgs/development/libraries/gnustep/projectcenter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gnustep/projectcenter/default.nix b/pkgs/development/libraries/gnustep/projectcenter/default.nix
index 5c54accb6cf..abfdac1e7af 100644
--- a/pkgs/development/libraries/gnustep/projectcenter/default.nix
+++ b/pkgs/development/libraries/gnustep/projectcenter/default.nix
@@ -18,6 +18,6 @@ gsmakeDerivation {
   propagatedBuildInputs = [ base back gui gnumake gdb gorm ];
   
   meta = {
-    description = "ProjectCenter is GNUstep's integrated development environment (IDE) and allows a rapid development and easy managment of ProjectCenter running on GNUstep applications, tools and frameworks.";
+    description = "GNUstep's integrated development environment";
   };
 }