Skip to content

Commit 6d99e96

Browse files
committed
fixup! Add basic Git mirror
1 parent b2f1969 commit 6d99e96

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

guix/machines/turing.scm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@
9797

9898
(define (maybe-description->description org name maybe-description)
9999
"Transform MAYBE-DESCRIPTION to an actual description."
100-
; XXX: For reasons presently beyond me, this `eq?` does not work as expected.
101-
(if (eq? maybe-description "")
100+
(if (string=? maybe-description "")
102101
(string-append "A mirrored copy of the " org "/" name " repository.")
103102
maybe-description))
104103

0 commit comments

Comments
 (0)