about summary refs log tree commit diff
path: root/pkgs/development/compilers/yap
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/compilers/yap
parent6524f969e552168846fdd63e6f1b41e881dcb8fe (diff)
meta.description fixups
Mostly scripted substitutions with a couple of subjective enhancements.
Diffstat (limited to 'pkgs/development/compilers/yap')
-rw-r--r--pkgs/development/compilers/yap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/yap/default.nix b/pkgs/development/compilers/yap/default.nix
index f9b587c050495..2482f2ac13167 100644
--- a/pkgs/development/compilers/yap/default.nix
+++ b/pkgs/development/compilers/yap/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = "http://www.dcc.fc.up.pt/~vsc/Yap/";
-    description = "Yap Prolog System is a ISO-compatible high-performance Prolog compiler";
+    description = "A ISO-compatible high-performance Prolog compiler";
     license = stdenv.lib.licenses.artistic2;
 
     maintainers = [ stdenv.lib.maintainers.simons ];