Skip to content

Commit 0f38378

Browse files
committed
Correct URL in info.rkt now that ziggy branch is closed
1 parent 86d6308 commit 0f38378

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)