aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Doits <doits@users.noreply.github.com>2017-04-19 11:18:46 +0200
committerGitHub <noreply@github.com>2017-04-19 11:18:46 +0200
commit88ac4e01804662818ea5eecfb223b59e58da48c4 (patch)
tree832681dd05dcff54e9644173d62a596f98f79842
parent94d658cdf122580c206557e3f73b781c994d56fe (diff)
parent4256f4c93dafc40d6625196c7fc39b2e3784d12b (diff)
downloadpronto-hlint-88ac4e01804662818ea5eecfb223b59e58da48c4.tar.gz
pronto-hlint-88ac4e01804662818ea5eecfb223b59e58da48c4.tar.zst
pronto-hlint-88ac4e01804662818ea5eecfb223b59e58da48c4.zip
Merge pull request #6 from jeroenj/patch-2
Fixes homepage in the gemspec
-rw-r--r--pronto-eslint_npm.gemspec2
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