|
1 | 1 | # frozen_string_literal: true |
2 | 2 |
|
3 | 3 | Gem::Specification.new do |spec| |
4 | | - spec.name = "jekyll-theme-chirpy" |
| 4 | + spec.name = "jekyll-theme-mammut" |
5 | 5 | spec.version = "7.3.1" |
6 | | - spec.authors = ["Cotes Chung"] |
7 | | - spec.email = ["cotes.chung@gmail.com"] |
| 6 | + spec.authors = ["Toby Wang"] |
| 7 | + spec.email = ["tobytywang@163.com"] |
8 | 8 |
|
9 | 9 | spec.summary = "A minimal, responsive, and feature-rich Jekyll theme for technical writing." |
10 | | - spec.homepage = "https://github.com/cotes2020/jekyll-theme-chirpy" |
| 10 | + spec.homepage = "https://github.com/Tobytywang/jekyll-theme-mammut" |
11 | 11 | spec.license = "MIT" |
12 | 12 |
|
13 | 13 | spec.files = `git ls-files -z`.split("\x0").select { |f| |
14 | 14 | f.match(%r!^((_(includes|layouts|sass|(data\/(locales|origin)))|assets)\/|README|LICENSE)!i) |
15 | 15 | } |
16 | 16 |
|
17 | 17 | spec.metadata = { |
18 | | - "bug_tracker_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/issues", |
19 | | - "documentation_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/#readme", |
| 18 | + "bug_tracker_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/issues", |
| 19 | + "documentation_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/#readme", |
20 | 20 | "homepage_uri" => "https://cotes2020.github.io/chirpy-demo", |
21 | | - "source_code_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy", |
22 | | - "wiki_uri" => "https://github.com/cotes2020/jekyll-theme-chirpy/wiki", |
| 21 | + "source_code_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut", |
| 22 | + "wiki_uri" => "https://github.com/Tobytywang/jekyll-theme-mammut/wiki", |
23 | 23 | "plugin_type" => "theme" |
24 | 24 | } |
25 | 25 |
|
|
0 commit comments