Explorar o código

Merge pull request #1305 from fjallarefur/master

Rename GuixSD to Guix System
black %!s(int64=6) %!d(string=hai) anos
pai
achega
9ccd86beaa
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      neofetch

+ 2 - 2
neofetch

@@ -925,8 +925,8 @@ get_distro() {
 
             elif type -p guix >/dev/null; then
                 case "$distro_shorthand" in
-                    "on" | "tiny") distro="GuixSD" ;;
-                    *) distro="GuixSD $(guix system -V | awk 'NR==1{printf $5}')"
+                    "on" | "tiny") distro="Guix System" ;;
+                    *) distro="Guix System $(guix system -V | awk 'NR==1{printf $5}')"
                 esac
 
             else