Skip to content

Commit efd0d4b

Browse files
committed
Link the proper homepage
1 parent 0c0e451 commit efd0d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flowbite-components.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = "ViewComponents using the Flowbite design system"
1212
spec.description = "A library of View Components based on the Flowbite design system to be used in Rails applications."
13-
spec.homepage = "https://github.com/substancelab/flowbite-components"
13+
spec.homepage = "https://flowbite-components.substancelab.com"
1414
spec.required_ruby_version = ">= 3.1.0"
1515

1616
spec.metadata["allowed_push_host"] = "https://rubygems.org/"
1717

1818
spec.metadata["documentation_uri"] = "https://flowbite-components.substancelab.com/docs"
1919
spec.metadata["homepage_uri"] = spec.homepage
20-
spec.metadata["source_code_uri"] = spec.homepage
20+
spec.metadata["source_code_uri"] = "https://github.com/substancelab/flowbite-components"
2121
spec.metadata["changelog_uri"] = "https://github.com/substancelab/flowbite-components/blob/main/CHANGELOG.md"
2222

2323
spec.files = Dir["CHANGELOG.md", "LICENSE", "README.md", "app/**/*", "lib/**/*"]

0 commit comments

Comments
 (0)