aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lolcode.rb
diff options
context:
space:
mode:
authorBrett Koonce2013-09-17 11:33:18 -0500
committerAdam Vandenberg2013-09-17 19:29:23 -0700
commitdf1447bd2e2b7cb1ee11c0aab6314b6223f1d39d (patch)
tree452831debb4fbbfb20d014a847aaa1f4c102cfae /Library/Formula/lolcode.rb
parentdbfb91cf520bfc0e0e78c89a747a3d5cfc759ddb (diff)
downloadhomebrew-df1447bd2e2b7cb1ee11c0aab6314b6223f1d39d.tar.bz2
lolcode: fix homepage
Closes #22620. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/lolcode.rb')
-rw-r--r--Library/Formula/lolcode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lolcode.rb b/Library/Formula/lolcode.rb
index 9c184d780..4c016c70f 100644
--- a/Library/Formula/lolcode.rb
+++ b/Library/Formula/lolcode.rb
@@ -1,7 +1,7 @@
require 'formula'
class Lolcode < Formula
- homepage 'http://www.icanhaslolcode.org/'
+ homepage 'http://lolcode.org'
url 'https://github.com/justinmeza/lci/archive/v0.11.1.tar.gz'
sha1 '9949a2480a738ac566dbe66142dd351f778fb8b7'