diff --git a/jekyll-theme-chirpy.gemspec b/jekyll-theme-mammut.gemspec similarity index 62% rename from jekyll-theme-chirpy.gemspec rename to jekyll-theme-mammut.gemspec index a4d3679b7f9..d66d9b7c06a 100644 --- a/jekyll-theme-chirpy.gemspec +++ b/jekyll-theme-mammut.gemspec @@ -1,13 +1,13 @@ # frozen_string_literal: true Gem::Specification.new do |spec| - spec.name = "jekyll-theme-chirpy" + spec.name = "jekyll-theme-mammut" spec.version = "7.3.1" - spec.authors = ["Cotes Chung"] - spec.email = ["cotes.chung@gmail.com"] + spec.authors = ["Toby Wang"] + spec.email = ["tobytywang@163.com"] spec.summary = "A minimal, responsive, and feature-rich Jekyll theme for technical writing." - spec.homepage = "https://github.com/cotes2020/jekyll-theme-chirpy" + spec.homepage = "https://github.com/Tobytywang/jekyll-theme-mammut" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select { |f| @@ -15,11 +15,11 @@ Gem::Specification.new do |spec| } spec.metadata = { - "bug_tracker_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/issues", - "documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/#readme", + "bug_tracker_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/issues", + "documentation_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/#readme", "homepage_uri" => "https://cotes2020.github.io/chirpy-demo", - "source_code_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy", - "wiki_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/wiki", + "source_code_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut", + "wiki_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/wiki", "plugin_type" => "theme" }