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.
pull/2562/head
Ulices 8 months ago committed by GitHub
parent 62341054d8
commit 34ee1c6bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save