Skip to content

Commit

Permalink
Use v8 plugins index
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 9, 2017
1 parent dc47ce9 commit 13ee371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/command/plugin.py
Expand Up @@ -84,8 +84,8 @@ class CommandPlugin(Command):
'long': 'url',
'type': str,
'help': "URL for the plugin repository (default: "
"https://plugins.getnikola.com/v7/plugins.json)",
'default': 'https://plugins.getnikola.com/v7/plugins.json'
"https://plugins.getnikola.com/v8/plugins.json)",
'default': 'https://plugins.getnikola.com/v8/plugins.json'
},
{
'name': 'user',
Expand Down

0 comments on commit 13ee371

Please sign in to comment.