fix: use correct sourcehut repository url

sourcehut.org is the website of the organization but
sr.ht is the website were the repositories are hosted.
This commit is contained in:
hasecilu 2024-02-02 15:41:37 -06:00
parent 62341054d8
commit cf4d2c2d09
No known key found for this signature in database
GPG Key ID: 1E3F5A13C8F3337E
1 changed files with 1 additions and 1 deletions

View File

@ -7454,7 +7454,7 @@ _p9k_init_params() {
'gnu.org' VCS_GIT_GNU_ICON
'kde.org' VCS_GIT_KDE_ICON
'kernel.org' VCS_GIT_LINUX_ICON
'sourcehut.org' VCS_GIT_SOURCEHUT_ICON
'sr.ht' VCS_GIT_SOURCEHUT_ICON
)
typeset -ga _POWERLEVEL9K_VCS_GIT_REMOTE_ICONS
for domain icon in "${domain2icon[@]}"; do