summary refs log tree commit diff
path: root/pkgs/development/tools/omniorb
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-28 16:32:57 +0000
committerRobin Gloster <mail@glob.in>2016-02-28 16:32:57 +0000
commit3b4765c9e59a34e7f48d2798cd4c4ef14d72e5a4 (patch)
tree04c567a4061b3adf6d1e0a898f39b67f27d37aea /pkgs/development/tools/omniorb
parent8615f026a48cbf3f1c37b30e9b70bba6af013a12 (diff)
parenta9d24cedeb3ba97a4e23ff93fadff32280ff0ab6 (diff)
downloadnixpkgs-3b4765c9e59a34e7f48d2798cd4c4ef14d72e5a4.tar
nixpkgs-3b4765c9e59a34e7f48d2798cd4c4ef14d72e5a4.tar.gz
nixpkgs-3b4765c9e59a34e7f48d2798cd4c4ef14d72e5a4.tar.bz2
nixpkgs-3b4765c9e59a34e7f48d2798cd4c4ef14d72e5a4.tar.lz
nixpkgs-3b4765c9e59a34e7f48d2798cd4c4ef14d72e5a4.tar.xz
nixpkgs-3b4765c9e59a34e7f48d2798cd4c4ef14d72e5a4.tar.zst
nixpkgs-3b4765c9e59a34e7f48d2798cd4c4ef14d72e5a4.zip
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
Diffstat (limited to 'pkgs/development/tools/omniorb')
-rw-r--r--pkgs/development/tools/omniorb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/omniorb/default.nix b/pkgs/development/tools/omniorb/default.nix
index 5553d028cb6..192e0585217 100644
--- a/pkgs/development/tools/omniorb/default.nix
+++ b/pkgs/development/tools/omniorb/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   hardening_format = false;
 
   meta = with stdenv.lib; {
-    description = "omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant.";
+    description = "omniORB is a robust high performance CORBA ORB for C++ and Python. It is freely available under the terms of the GNU Lesser General Public License (for the libraries), and GNU General Public License (for the tools). omniORB is largely CORBA 2.6 compliant";
     homepage    = "http://omniorb.sourceforge.net/";
     license     = licenses.gpl2Plus;
     maintainers = with maintainers; [ smironov ];