From: terminaldweller Date: Tue, 28 Nov 2023 19:39:54 +0000 (-0500) Subject: changed author to authors so it can be picked up X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5060e7cde00fb6256a653cb366048fa38952f2e9;p=irssi-scripts.irssi.org.git changed author to authors so it can be picked up --- diff --git a/scripts/transformer.py b/scripts/transformer.py index 66bb137..44ddc2c 100644 --- a/scripts/transformer.py +++ b/scripts/transformer.py @@ -7,7 +7,7 @@ from urllib import request, parse __version__ = "1.0.0" IRSSI = { - "author": "terminaldweller", + "authors": "terminaldweller", "contact": "https://terminaldweller.com", "name": "transformer", "description": "transforms incoming text in the channel",