diff options
| -rw-r--r-- | Library/Formula/term.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/term.rb b/Library/Formula/term.rb index 5ff60b0e8..632f66713 100644 --- a/Library/Formula/term.rb +++ b/Library/Formula/term.rb @@ -4,5 +4,5 @@ class Term <ScriptFileFormula url 'https://github.com/liyanage/macosx-shell-scripts/raw/e29f7eaa1eb13d78056dec85dc517626ab1d93e3/term' md5 '1bbf4509a50224b27ac8c20d3fe8682e' version '2.1' - homepage 'https://gist.github.com/116587' -end
\ No newline at end of file + homepage 'https://github.com/liyanage/macosx-shell-scripts/blob/master/term' +end |
