aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 21:32:43 -0800
committerAdam Vandenberg2013-01-28 21:40:40 -0800
commita4b5dbee89764f9431c1ff97992241025d1e6687 (patch)
tree2b36f852753a2f2d64b81da2c00f426e315dcab4 /Library/Formula
parent189b914f88877dcad4dd4cae3cc2fcb53e9559c7 (diff)
downloadhomebrew-a4b5dbee89764f9431c1ff97992241025d1e6687.tar.bz2
lastfmlib: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lastfmlib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lastfmlib.rb b/Library/Formula/lastfmlib.rb
index 21c5fde64..97c0e6d67 100644
--- a/Library/Formula/lastfmlib.rb
+++ b/Library/Formula/lastfmlib.rb
@@ -1,8 +1,8 @@
require 'formula'
class Lastfmlib < Formula
- url 'http://lastfmlib.googlecode.com/files/lastfmlib-0.4.0.tar.gz'
homepage 'http://code.google.com/p/lastfmlib/'
+ url 'http://lastfmlib.googlecode.com/files/lastfmlib-0.4.0.tar.gz'
sha1 'b9e15e4eb42a9ccd9b3c5373054b0bd51a406fdd'
depends_on 'pkg-config' => :build