tools/litex_contributors: Sort years.
This commit is contained in:
parent
a6acfb9a37
commit
4d6813ae64
|
@ -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 ---------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue