From 60b3b0c1441d46b2d386a948f39fdd2bffabb0a6 Mon Sep 17 00:00:00 2001 From: Olemis Lang Date: Sun, 13 Jan 2019 15:00:19 -0500 Subject: [PATCH] [ci] refs #1 - Limit CX formula desc to 80 chars --- Formula/skycoin-cx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/skycoin-cx.rb b/Formula/skycoin-cx.rb index 8c7bb6d..8ced684 100644 --- a/Formula/skycoin-cx.rb +++ b/Formula/skycoin-cx.rb @@ -21,7 +21,7 @@ # SOFTWARE. class SkycoinCx < Formula - desc "Skycoin CX is a general purpose, interpreted and compiled programming language, with a very strict type system and a syntax similar to Go(lang). CX provides a new programming paradigm based on the concept of affordances." + desc "Skycoin CX is a general programming language based on affordances" homepage "https://github.com/skycoin/cx" url "https://github.com/skycoin/cx/files/2588185/cx-0.5.17-bin-macos-x64.zip" sha256 "ef0dadb7f2b92479dbc5c59ac608bf73c033cbe4e5c78e5875e3580e324192ec"