Fix homepage url

This commit is contained in:
Tim Kächele 2024-02-25 17:40:19 +01:00
parent ab3f5d89b5
commit e8f144e525

View File

@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.summary = "Order book and matching engine implementation"
spec.description = "A simple limit order book with a matching engine implementation"
spec.homepage = "https://git.timkaechele.me/rex"
spec.homepage = "https://git.timkaechele.me/timkaechele/rex"
spec.required_ruby_version = ">= 2.6.0"
spec.metadata["homepage_uri"] = spec.homepage