From: terminaldweller Date: Mon, 25 Sep 2023 15:08:35 +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=17839dad1295819946c9abcc753ac783b75f553c;p=irssi-scripts.irssi.org.git changed key to authors to be picked up by the website --- diff --git a/scripts/gotify.py b/scripts/gotify.py index a2e3c30..c92adc2 100644 --- a/scripts/gotify.py +++ b/scripts/gotify.py @@ -4,7 +4,7 @@ from urllib import request, parse __version__ = "0.1.0" IRSSI = { - "author": "terminaldweller", + "authors": "terminaldweller", "contact": "https://terminaldweller.com", "name": "gotify", "description": "sends push notifications via gotify",