From d300f2424382739044ad6ab7fa40c97e8430eae3 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 27 Apr 2020 21:10:48 +0200 Subject: [PATCH] Update path to preserves package --- syndicate/info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syndicate/info.rkt b/syndicate/info.rkt index 143b654..9418a54 100644 --- a/syndicate/info.rkt +++ b/syndicate/info.rkt @@ -21,6 +21,6 @@ "struct-defaults" "auxiliary-macro-context" "bitsyntax" - "https://gitlab.com/preserves/preserves.git?path=implementations/racket")) + "https://gitlab.com/preserves/preserves.git?path=implementations/racket/preserves")) (define build-deps '("rackunit-lib"))