diff --git a/Rakefile b/Rakefile index 5d3e9e7..7eaff1c 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ RGenGemSpec = Gem::Specification.new do |s| s.date = Time.now.strftime("%Y-%m-%d") s.summary = %q{Ruby Modelling and Generator Framework} s.email = %q{martin dot thiede at gmx de} - s.homepage = %q{http://ruby-gen.org} + s.homepage = %q{https://github.com/mthiede/rgen} s.rubyforge_project = %q{rgen} s.description = %q{RGen is a framework for Model Driven Software Development (MDSD) in Ruby. This means that it helps you build Metamodels, instantiate Models, modify and transform Models and finally generate arbitrary textual content from it.} s.authors = ["Martin Thiede"]