Fix author list links with my name

This commit is contained in:
Nikita Ivanov 2025-02-13 23:45:14 +01:00
parent e4b2e9112c
commit 75ddb1b2c2
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133
5 changed files with 8 additions and 8 deletions

View File

@ -7,5 +7,5 @@ Always use the English keymap to get keycodes, so key bindings work even when us
### Authors
- [ForzCross](https://codeberg.org/ForzCross)
- [Nikita Ivanov](https://github.com/NikitaIvanovV)
- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV))
- [dimkr](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)

View File

@ -22,7 +22,4 @@ gaps to be as big or bigger than "inner" gaps anyway.
### Authors
- Nikita Ivanov ([codeberg][codeberg]) ([GitHub][github])
[codeberg]: https://codeberg.org/nikitaivanov
[github]: https://github.com/NikitaIvanovV
- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV))

View File

@ -1,4 +1,5 @@
### Description
This patch adds per-client keyboard layout and ability to send current
keyboard layout information to a status bar.
@ -21,9 +22,11 @@ implementation happens to share some code. If you don't need
any of these features, just disable it in `config.h`.
### Download
- [git branch](https://codeberg.org/nikitaivanov/dwl/src/branch/kblayout)
- [0.7](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/kblayout/kblayout.patch)
### Authors
- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV))
- [ForzCross](https://codeberg.org/ForzCross)
- [Nikita Ivanov](https://github.com/NikitaIvanovV)

View File

@ -13,4 +13,4 @@ Edit `menus` array in `config.h` to add/change menus and use a different dmenu p
- [2024-07-13](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/menu/menu.patch)
### Authors
- [Nikita Ivanov](https://github.com/NikitaIvanovV)
- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV))

View File

@ -10,5 +10,5 @@ natural scrolling enabled as well.
### Authors
- Nikita Ivanov ([codeberg][codeberg]) ([GitHub][github])
- [Nikita Ivanov](https://codeberg.org/nikitaivanov) ([GitHub](https://github.com/NikitaIvanovV))
- [Neuromagus](https://codeberg.org/neuromagus)