Fix homepage in minify_html.gemspec (#42)

This commit is contained in:
Artem 2021-08-09 09:52:18 +03:00 committed by GitHub
parent 1207b9c2cb
commit fbe4cfc21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.files = FileList["lib/*", "README.md"].to_a
spec.summary = "Extremely fast and smart HTML + JS + CSS minifier"
spec.homepage = "https://github.com/wilsonzlin/minify_html"
spec.homepage = "https://github.com/wilsonzlin/minify-html"
spec.require_paths = ["lib"]