Skip to content

Commit

Permalink
feat(datasource/pypi): override mkdocs-material source url (#13376)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 6, 2022
1 parent 3972609 commit 8aadfbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datasource/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const manualSourceUrls: Record<string, Record<string, string>> = {
},
pypi: {
mkdocs: 'https://github.com/mkdocs/mkdocs',
'mkdocs-material': 'https://github.com/squidfunk/mkdocs-material',
mypy: 'https://github.com/python/mypy',
},
};
Expand Down

0 comments on commit 8aadfbc

Please sign in to comment.