chore: update adamperkowski username to koibtw (#1172)

hi so this is still me on the same account, just a new username
This commit is contained in:
koi
2026-01-27 02:50:37 +01:00
committed by GitHub
parent db50c6e029
commit 3408e83b33
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -3,6 +3,6 @@
# Nix stuff
# We want the whole `nix` directory here in case we add custom tests/script later
*.nix @adamperkowski
flake.lock @adamperkowski
/nix/ @adamperkowski
*.nix @koibtw
flake.lock @koibtw
/nix/ @koibtw
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
id: check_user
if: env.command == 'true'
run: |
ALLOWED_USERS=("ChrisTitusTech" "afonsofrancof" "Marterich" "MyDrift-user" "Real-MullaC" "adamperkowski" "lj3954" "jeevithakannan2")
ALLOWED_USERS=("ChrisTitusTech" "afonsofrancof" "Marterich" "MyDrift-user" "Real-MullaC" "koibtw" "lj3954" "jeevithakannan2")
if [[ " ${ALLOWED_USERS[@]} " =~ " ${{ github.event.comment.user.login }} " ]]; then
echo "user=true" >> $GITHUB_ENV
else
+2 -2
View File
@@ -58,5 +58,5 @@ jobs:
author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
branch: 'chore/nix/flake-update'
title: 'chore(nix): update flake inputs'
reviewers: adamperkowski
assignees: adamperkowski
reviewers: koibtw
assignees: koibtw
+1 -1
View File
@@ -145,7 +145,7 @@ Thank you to everyone who has contributed to the development of Linutil. Your ef
- 2024/07 - Original Linutil Rust TUI was developed by [@JustLinuxUser](https://github.com/JustLinuxUser).
- 2024/09 - TabList (Left Column) and various Rust Core/TUI Improvements developed by [@lj3954](https://github.com/lj3954)
- 2024/09 - Cargo Publish, AUR, Rust, and Bash additions done by [@adamperkowski](https://github.com/adamperkowski)
- 2024/09 - Cargo Publish, AUR, Rust, and Bash additions done by [@koibtw](https://github.com/koibtw)
- 2024/09 - Rust TUI Min/Max, MultiSelection, and Bash additions done by [@jeevithakannan2](https://github.com/jeevithakannan2)
- 2024/09 - Various bash updates and standardization done by [@nnyyxxxx](https://github.com/nnyyxxxx)
- 2024/09 - Multiple bash script additions done by [@guruswarupa](https://github.com/guruswarupa)