Skip to content

Commit 58e35a3

Browse files
authored
Merge pull request #176 from cmsc430/hotfix-175
Correct URL in info.rkt now that ziggy branch is closed
2 parents 86d6308 + 0f38378 commit 58e35a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(define collection 'multi)
44
(define deps (list "base" "rackunit" "redex-lib"))
55
(define build-deps
6-
(list "https://github.com/cmsc430/www.git?path=ziggy#ziggy"))
6+
(list "https://github.com/cmsc430/www.git?path=ziggy#main"))
77

88
;; Outlaw is omitted here because it depends on libraries that are a pain
99
;; to ensure are set up properly and we don't want students to see failing

0 commit comments

Comments
 (0)