Skip to content

Commit

Permalink
fix authors order (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Feb 7, 2024
1 parent e02c794 commit 802acbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# General information about the project.
project = "aiida-mlip"
copyright_first_year = "2024"
copyright_owners = "Alin M. Elena, Elliot Kasoar, Federica Zanca, Jacob Wilkins"
copyright_owners = "Federica Zanca, Elliott Kasoar, Jacob Wilkins, Alin M. Elena"

current_year = str(time.localtime().tm_year)
copyright_year_string = (
Expand Down

0 comments on commit 802acbb

Please sign in to comment.