diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/kes.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index d5da80105..eaef1a9dc 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -1,8 +1,10 @@ require 'formula' class Kes < Formula - head 'https://github.com/epilnivek/kes.git' homepage 'https://github.com/epilnivek/kes' + head 'https://github.com/epilnivek/kes.git' + # Requested stable version: + # https://github.com/epilnivek/kes/issues/8 def install system "make" |
