From 87ece646463591899af09df61d01dae4e4bc8a66 Mon Sep 17 00:00:00 2001 From: Simone Baffelli Date: Fri, 31 Oct 2025 20:46:39 +0100 Subject: [PATCH] Fixed reference to Pascals repo --- 0.2.x/lib/python/lib-ro-crate-schema/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.2.x/lib/python/lib-ro-crate-schema/README.md b/0.2.x/lib/python/lib-ro-crate-schema/README.md index 59602d6..478f87d 100644 --- a/0.2.x/lib/python/lib-ro-crate-schema/README.md +++ b/0.2.x/lib/python/lib-ro-crate-schema/README.md @@ -26,7 +26,7 @@ pip install lib-ro-crate-schema ### From Source ```bash -git clone https://github.com/Snowwpanda/ro-crate-interoperability-profile.git +git clone https://github.com/researchobjectschema/ro-crate-interoperability-profile cd ro-crate-interoperability-profile/0.2.x/lib/python/lib-ro-crate-schema pip install -e . ```