We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d6308 commit 0f38378Copy full SHA for 0f38378
1 file changed
langs/info.rkt
@@ -3,7 +3,7 @@
3
(define collection 'multi)
4
(define deps (list "base" "rackunit" "redex-lib"))
5
(define build-deps
6
- (list "https://github.com/cmsc430/www.git?path=ziggy#ziggy"))
+ (list "https://github.com/cmsc430/www.git?path=ziggy#main"))
7
8
;; Outlaw is omitted here because it depends on libraries that are a pain
9
;; to ensure are set up properly and we don't want students to see failing
0 commit comments