Update all occurrences of my name with my legal name.

This commit is contained in:
Jaye Evins
2025-04-08 18:47:02 -04:00
parent 2da9b2d856
commit f8efe3aafa
297 changed files with 309 additions and 309 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ matrix:
after_success:
# Download AppImage QT deployment tool (local snapshot -- original at github/probono)
- wget -c "https://github.com/jimevins/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- wget -c "https://github.com/j-evins/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- chmod a+x linuxdeployqt*.AppImage
#
# Create AppImage
@@ -60,7 +60,7 @@ matrix:
- mv ./gLabels*.AppImage glabels-${VERSION}-x86_64.AppImage
before_deploy:
- git config --local user.name "Jim Evins (Travis CI)"
- git config --local user.name "Jaye Evins (Travis CI)"
- git config --local user.email evins@snaught.com
- git tag -f -a glabels-${VERSION} -m "glabels-${VERSION} CI"