summary refs log tree commit diff
path: root/pkgs/development/coq-modules
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-04-28 10:54:58 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-04-28 10:55:20 +0200
commitf99d5cf2fc9c97df6853eab6187c79c299fb897f (patch)
tree66d9b9093b115cab0bddc719e8300cc5f3404f19 /pkgs/development/coq-modules
parent74742ad584fba8439aa971727764e890dbdf94d0 (diff)
downloadnixpkgs-f99d5cf2fc9c97df6853eab6187c79c299fb897f.tar
nixpkgs-f99d5cf2fc9c97df6853eab6187c79c299fb897f.tar.gz
nixpkgs-f99d5cf2fc9c97df6853eab6187c79c299fb897f.tar.bz2
nixpkgs-f99d5cf2fc9c97df6853eab6187c79c299fb897f.tar.lz
nixpkgs-f99d5cf2fc9c97df6853eab6187c79c299fb897f.tar.xz
nixpkgs-f99d5cf2fc9c97df6853eab6187c79c299fb897f.tar.zst
nixpkgs-f99d5cf2fc9c97df6853eab6187c79c299fb897f.zip
Fixed some descriptions
Diffstat (limited to 'pkgs/development/coq-modules')
-rw-r--r--pkgs/development/coq-modules/unimath/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/unimath/default.nix b/pkgs/development/coq-modules/unimath/default.nix
index e16156dec53..e6f32d60c4f 100644
--- a/pkgs/development/coq-modules/unimath/default.nix
+++ b/pkgs/development/coq-modules/unimath/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = https://github.com/UniMath/UniMath;
-    description = "UniMath aims to formalize a substantial body of mathematics using the univalent point of view.";
+    description = "A formalization of a substantial body of mathematics using the univalent point of view";
     maintainers = with maintainers; [ jwiegley ];
     platforms = coq.meta.platforms;
   };