We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36b3eb commit 1f71c23Copy full SHA for 1f71c23
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/dvanhorn/crook.git?path=#main"))
+ (list "https://github.com/cmsc430/langs.git?path=ziggy#ziggy"))
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