diff --git a/ruby-lxc.gemspec b/ruby-lxc.gemspec index 5390f89..2802efa 100644 --- a/ruby-lxc.gemspec +++ b/ruby-lxc.gemspec @@ -15,6 +15,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rake-compiler" + s.homepage = 'https://github.com/lxc/ruby-lxc' s.description = <<-EOF Ruby-LXC is a Ruby binding for the liblxc library, allowing Ruby scripts to create and manage Linux containers.