diff options
Diffstat (limited to 'Library/Formula/uncrustify.rb')
| -rw-r--r-- | Library/Formula/uncrustify.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/uncrustify.rb b/Library/Formula/uncrustify.rb index b9711e6ee..eadd88dfc 100644 --- a/Library/Formula/uncrustify.rb +++ b/Library/Formula/uncrustify.rb @@ -1,6 +1,6 @@ require 'formula' -class Uncrustify <Formula +class Uncrustify < Formula url 'http://downloads.sourceforge.net/project/uncrustify/uncrustify/uncrustify-0.56/uncrustify-0.56.tar.gz' head 'git://github.com/bengardner/uncrustify.git' homepage 'http://uncrustify.sourceforge.net/' |
