diff options
author | Jeroen Jacobs <github@jeroenj.be> | 2017-04-06 09:33:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 09:33:30 +0200 |
commit | 4256f4c93dafc40d6625196c7fc39b2e3784d12b (patch) | |
tree | 832681dd05dcff54e9644173d62a596f98f79842 | |
parent | 94d658cdf122580c206557e3f73b781c994d56fe (diff) | |
download | pronto-hlint-4256f4c93dafc40d6625196c7fc39b2e3784d12b.tar.gz pronto-hlint-4256f4c93dafc40d6625196c7fc39b2e3784d12b.tar.zst pronto-hlint-4256f4c93dafc40d6625196c7fc39b2e3784d12b.zip |
Fixes homepage in the gemspec
-rw-r--r-- | pronto-eslint_npm.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pronto-eslint_npm.gemspec b/pronto-eslint_npm.gemspec index 3906a7d..e23349e 100644 --- a/pronto-eslint_npm.gemspec +++ b/pronto-eslint_npm.gemspec | |||
@@ -9,7 +9,7 @@ Gem::Specification.new do |s| | |||
9 | s.platform = Gem::Platform::RUBY | 9 | s.platform = Gem::Platform::RUBY |
10 | s.authors = ['Markus Doits', 'Mindaugas Mozūras'] | 10 | s.authors = ['Markus Doits', 'Mindaugas Mozūras'] |
11 | s.email = 'markus.doits@gmail.com' | 11 | s.email = 'markus.doits@gmail.com' |
12 | s.homepage = 'https://github.org/doits/pronto-eslint_npm' | 12 | s.homepage = 'https://github.com/doits/pronto-eslint_npm' |
13 | s.summary = <<-EOF | 13 | s.summary = <<-EOF |
14 | Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX | 14 | Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX |
15 | EOF | 15 | EOF |