tools/litex_contributors: Sort years.

This commit is contained in:
Florent Kermarrec 2022-09-07 09:42:20 +02:00
parent a6acfb9a37
commit 4d6813ae64
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Author:
def add_year(self, year): def add_year(self, year):
self.years.append(year) self.years.append(year)
self.years = make_unique(self.years) self.years = make_unique(self.years)
self.years.sort()
# Use Git Log + Processing to create the list of Contibutors --------------------------------------- # Use Git Log + Processing to create the list of Contibutors ---------------------------------------