From 606b0a9bcb9aa3354d5e313a3cf346e4219edce0 Mon Sep 17 00:00:00 2001 From: Lens0021 Date: Wed, 22 Jul 2020 08:40:32 +0900 Subject: [PATCH] Replace the repository owner name --- src/scribunto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scribunto/__init__.py b/src/scribunto/__init__.py index 784e26c..a97aa36 100644 --- a/src/scribunto/__init__.py +++ b/src/scribunto/__init__.py @@ -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