From: terminaldweller Date: Mon, 25 Sep 2023 15:08:02 +0000 (-0400) Subject: changed key to authors to be picked up by the website X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6a6b8a2e0fc831c2ebaf2249f2cdd14bd26df018;p=irssi-scripts.irssi.org.git changed key to authors to be picked up by the website --- diff --git a/scripts/transformer.py b/scripts/transformer.py index 4daf4c5..95de5bc 100644 --- a/scripts/transformer.py +++ b/scripts/transformer.py @@ -6,7 +6,7 @@ from urllib import request __version__ = "0.1.0" IRSSI = { - "author": "terminaldweller", + "authors": "terminaldweller", "contact": "https://terminaldweller.com", "name": "transformer", "description": "transforms incoming text in the channel",