Skip to content

Commit

Permalink
Correct key for wiki URI
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstolley committed Sep 23, 2019
1 parent 82de4a2 commit 2fe612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ed..gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
"bug_tracker_uri" => "https://github.com/minicomp/ed/issues",
"changelog_uri" => "https://github.com/minicomp/ed/releases",
"documentation_uri" => "https://minicomp.github.io/ed/documentation/",
"wiki-uri" => "https://github.com/minicomp/ed/wiki",
"wiki_uri" => "https://github.com/minicomp/ed/wiki",
"homepage_uri" => "https://minicomp.github.io/ed/",
"source_code_uri" => "https://github.com/minicomp/ed"
}
Expand Down

0 comments on commit 2fe612f

Please sign in to comment.