We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86d6308 + 0f38378 commit 58e35a3Copy full SHA for 58e35a3
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