Skip to content

Commit

Permalink
Correct URL in info.rkt now that ziggy branch is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
pdarragh committed Mar 6, 2024
1 parent 86d6308 commit 0f38378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langs/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(define collection 'multi)
(define deps (list "base" "rackunit" "redex-lib"))
(define build-deps
(list "https://github.com/cmsc430/www.git?path=ziggy#ziggy"))
(list "https://github.com/cmsc430/www.git?path=ziggy#main"))

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

0 comments on commit 0f38378

Please sign in to comment.