about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-08 02:01:53 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-08 02:01:53 +0000
commita7b286273690f801c61a1db9475f74299ffaef6c (patch)
tree648f2f25efed7ba7a72b2e30d4daecebbedbe8dd /Rakefile
parent0782f9fb69993b62dc0c3a90f900c4d8cf5745e6 (diff)
downloadunicorn-a7b286273690f801c61a1db9475f74299ffaef6c.tar.gz
:<
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ffdf982..44c5694 100644
--- a/Rakefile
+++ b/Rakefile
@@ -49,7 +49,7 @@ task :fm_update do
   require 'net/netrc'
   require 'json'
   version = ENV['VERSION'] or abort "VERSION= needed"
-  uri = URI.parse('http://freshmeat.net/projects/unicorn/releases.json')
+  uri = URI.parse('http://freecode.com/projects/unicorn/releases.json')
   rc = Net::Netrc.locate('unicorn-fm') or abort "~/.netrc not found"
   api_token = rc.password
   _, subject, body = `git cat-file tag v#{version}`.split(/\n\n/, 3)