fix: use correct sourcehut repository url (#2556)

sourcehut.org is the website of the organization but
sr.ht is the website were the repositories are hosted.
This commit is contained in:
Ulices 2024-02-03 11:13:23 +00:00 committed by GitHub
parent 62341054d8
commit 34ee1c6bbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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