From c35302c3cc3b5360137db06c90798c562eb3a562 Mon Sep 17 00:00:00 2001 From: atom0s Date: Sun, 27 Nov 2016 11:25:19 -0800 Subject: [PATCH] Fixed the author field to the proper author (copy paste is bad, mmmmkay..) --- enternity.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enternity.lua b/enternity.lua index b23ab27..d6aeb6e 100644 --- a/enternity.lua +++ b/enternity.lua @@ -23,7 +23,7 @@ * No warranties are given. ]]-- -_addon.author = 'atom0s'; +_addon.author = 'Hypnotoad'; _addon.name = 'enternity'; _addon.version = '3.0.0';