From cba57eb50dc7b7fbb39263f1f9532c5d57df8ca8 Mon Sep 17 00:00:00 2001 From: Rory OConnell Date: Tue, 14 Feb 2012 20:52:08 -0800 Subject: [PATCH] URL change --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a1168f9..d1cde4e 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,7 @@ Hoe.spec 'net-ldap' do |spec| spec.remote_rdoc_dir = '' spec.rsync_args << ' --exclude=statsvn/' - spec.url = %W(http://net-ldap.rubyforge.org/ https://github.com/ruby-ldap/ruby-net-ldap) + spec.url = %W(http://rubyldap.com/ https://github.com/ruby-ldap/ruby-net-ldap) spec.history_file = 'History.rdoc' spec.readme_file = 'README.rdoc'