[tor-commits] [lego/develop] Fix typo

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:23 UTC 2020


commit b5691c8332c7957a4427bd8798c17239d9685424
Author: hiro <hiro at torproject.org>
Date:   Thu Sep 5 15:52:03 2019 +0200

    Fix typo
---
 packages/txt-to-html/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/txt-to-html/setup.py b/packages/txt-to-html/setup.py
index 82416d2..63cd871 100644
--- a/packages/txt-to-html/setup.py
+++ b/packages/txt-to-html/setup.py
@@ -10,7 +10,7 @@ setup(
     py_modules=['lektor_txt_to_html'],
     entry_points={
         'lektor.plugins': [
-            'xml-to-html = lektor_txt_to_html:TxtToHtmlPlugin',
+            'txt-to-html = lektor_txt_to_html:TxtToHtmlPlugin',
         ]
     }
 )





More information about the tor-commits mailing list