diff options
| author | Adam Vandenberg | 2013-09-10 07:16:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-10 07:16:11 -0700 |
| commit | 3003a4776cc5d9e1ee3d7d404f31e12bb1c1986f (patch) | |
| tree | 91eb281cf219281af6771ead52522b83bcf9d978 | |
| parent | d532c5e8d95b58f906010ae94c2945be52ce0b8c (diff) | |
| download | homebrew-3003a4776cc5d9e1ee3d7d404f31e12bb1c1986f.tar.bz2 | |
rest-shell: update URLs
Closes #22432.
| -rw-r--r-- | Library/Formula/rest-shell.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rest-shell.rb b/Library/Formula/rest-shell.rb index ed0aadfba..2d3896e4d 100644 --- a/Library/Formula/rest-shell.rb +++ b/Library/Formula/rest-shell.rb @@ -1,8 +1,8 @@ require 'formula' class RestShell < Formula - homepage 'https://github.com/SpringSource/rest-shell' - url 'https://github.com/downloads/SpringSource/rest-shell/rest-shell-1.2.1.RELEASE.tar.gz' + homepage 'https://github.com/spring-projects/rest-shell' + url 'https://github.com/downloads/spring-projects/rest-shell/rest-shell-1.2.1.RELEASE.tar.gz' version '1.2.1.RELEASE' sha1 'f1e31f4d3901b001cd958f339240ef04d0b97114' |
