This commit is contained in:
Shish 2021-01-31 17:21:32 +00:00
parent 03cebf9d68
commit 9f402b6f9d

View file

@ -7,6 +7,6 @@ class PostPeekInfo extends ExtensionInfo
public $key = self::KEY; public $key = self::KEY;
public $name = "Postt Peek"; public $name = "Postt Peek";
public $url = self::SHIMMIE_URL; public $url = self::SHIMMIE_URL;
public $authors = "Matthew Barbour"; public $authors = ["Matthew Barbour"];
public $license = self::LICENSE_WTFPL; public $license = self::LICENSE_WTFPL;
} }