Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add citronalco to contributors #466

Merged
merged 3 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
MIT License

Copyright (c) 2022-2023 olf (Olf0)
Copyright (c) 2022-2024 olf (Olf0)
2017-2022 Petr Tsymbarovich (mentaljam / osetr)
2019-2022 Björn Bidar (Thaodan)
2024 citronalco
2020 Dmitry Gerasimov (dseight)
2019 Matti Viljanen (direc85)
2019 Miklós Márton (martonmiklos)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ If you want to translate Storeman to a language it does not support yet or enhan
- [olf (Olf0)](https://github.com/Olf0)
- [Matti Viljanen (direc85)](https://github.com/direc85)
- [Björn Bidar (Thaodan)](https://github.com/Thaodan)
- [citronalco](https://github.com/citronalco)
- [Dmitry Gerasimov (dseight)](https://github.com/dseight)
- [elros34](https://github.com/elros34)
- [Christoph (inta)](https://github.com/inta)
Expand Down
4 changes: 4 additions & 0 deletions qml/models/DevelopersModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ ListModel {
name: "Björn Bidar (Thaodan)"
link: "https://github.com/Thaodan"
},
ListElement {
name: "citronalco"
link: "https://github.com/citronalco"
},
ListElement {
name: "Dmitry Gerasimov (dseight)"
link: "https://github.com/dseight"
Expand Down
Loading