Title: [950] trunk/jopenssl/Rakefile: Fix URL in hoe configuration
Revision
950
Author
nicksieger
Date
2008-03-19 11:51:31 -0400 (Wed, 19 Mar 2008)

Log Message

Fix URL in hoe configuration

Modified Paths


Diff

Modified: trunk/jopenssl/Rakefile (949 => 950)


--- trunk/jopenssl/Rakefile	2008-03-19 01:22:56 UTC (rev 949)
+++ trunk/jopenssl/Rakefile	2008-03-19 15:51:31 UTC (rev 950)
@@ -41,7 +41,7 @@
   require 'hoe'
   Hoe.new("jruby-openssl", Jopenssl::Version::VERSION) do |p|
     p.rubyforge_name = "jruby-extras"
-    p.url = ""
+    p.url = ""
     p.author = "Ola Bini and JRuby contributors"
     p.email = "[EMAIL PROTECTED]"
     p.summary = "OpenSSL add-on for JRuby"
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to