From 79eabeabddd1dd51f2603687aac471c0f6b383d0 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 29 Jun 2021 16:24:18 -0500 Subject: [PATCH] update maintainer name --- maintainer_time.nu | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/maintainer_time.nu b/maintainer_time.nu index 67b1a88..45fd362 100644 --- a/maintainer_time.nu +++ b/maintainer_time.nu @@ -1,12 +1,12 @@ let m_table = ( [ - ['name', 'tz', 'time']; - ['andres' 'US/Eastern' ' '] - ['fdncred' 'US/Central' ' '] - ['gedge' 'US/Eastern' ' '] - ['jturner' 'NZ' ' '] - ['wycats' 'US/Pacific' ' '] - ['kubouch' 'Europe/Helsinki' ' '] + ['name', 'tz', 'time']; + ['andres' 'US/Eastern' ' '] + ['fdncred' 'US/Central' ' '] + ['gedge' 'US/Eastern' ' '] + ['jt' 'NZ' ' '] + ['wycats' 'US/Pacific' ' '] + ['kubouch' 'Europe/Helsinki' ' '] ['elferherrera' 'Europe/London' ' '] ] )