diff --git a/tools/www-generator.py b/tools/www-generator.py index 3deaff3d7b..968521b327 100755 --- a/tools/www-generator.py +++ b/tools/www-generator.py @@ -67,7 +67,7 @@ SERIES_INFO = { 'ussuri': SeriesInfo(date='May 2020', status='maintained'), 'victoria': SeriesInfo(date='October 2020', status='maintained'), 'wallaby': SeriesInfo(date='April 2021', status='maintained'), - 'xena': SeriesInfo(date='October 2021', status='development'), + 'xena': SeriesInfo(date='October 2021', status='maintained'), 'yoga': SeriesInfo(date='April 2022', status='development'), }