about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/tlc
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-04-30 17:05:14 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2015-04-30 18:17:42 +0200
commitbf7ad2d84fc8244a61fd65b69a2dda0640c54df1 (patch)
tree2b5773648e998a9a2484bcae479be4e8d26446ca /pkgs/development/coq-modules/tlc
parent6524f969e552168846fdd63e6f1b41e881dcb8fe (diff)
downloadnixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.gz
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.bz2
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.lz
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.xz
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.tar.zst
nixlib-bf7ad2d84fc8244a61fd65b69a2dda0640c54df1.zip
meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
Diffstat (limited to 'pkgs/development/coq-modules/tlc')
-rw-r--r--pkgs/development/coq-modules/tlc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/tlc/default.nix b/pkgs/development/coq-modules/tlc/default.nix
index e47ffbdd4562..b98ff613f9d9 100644
--- a/pkgs/development/coq-modules/tlc/default.nix
+++ b/pkgs/development/coq-modules/tlc/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     homepage = http://www.chargueraud.org/softs/tlc/;
-    description = "TLC is a general purpose Coq library that provides an alternative to Coq's standard library";
+    description = "A general purpose Coq library that provides an alternative to Coq's standard library";
     maintainers = with maintainers; [ jwiegley ];
     platforms = coq.meta.platforms;
   };