mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
tools/litex_contributors: Sort years.
This commit is contained in:
parent
a6acfb9a37
commit
4d6813ae64
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class Author:
|
|||
def add_year(self, year):
|
||||
self.years.append(year)
|
||||
self.years = make_unique(self.years)
|
||||
self.years.sort()
|
||||
|
||||
# Use Git Log + Processing to create the list of Contibutors ---------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue