Skip to content

Commit

Permalink
Replace the repository owner name
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Jul 21, 2020
1 parent 85e2451 commit 606b0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scribunto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def rewrite_requires(text: str, prefix: str) -> str:
def prepend_sources(text: str, url: str) -> str:
text = f'''--[[
This module was originally on {url} and forked by Legunto
(https://github.com/lens0021/legunto).
(https://github.com/femiwiki/legunto).
]]
''' + text

Expand Down

0 comments on commit 606b0a9

Please sign in to comment.