From 3c391974907820c6385e90025faeab0d9c60bd06 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 16 Jun 2026 14:55:56 +0200 Subject: Use git URL for norgkit --- Package.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Package.swift') diff --git a/Package.swift b/Package.swift index c9a9448..dc42e93 100644 --- a/Package.swift +++ b/Package.swift @@ -19,10 +19,8 @@ let package = Package( ), ], dependencies: [ - // NorgKit provides the parser and model value types. Uses a local path - // while the packages are developed side by side; switch to a tagged - // git dependency once NorgKit is published. - .package(path: "../norgkit"), + // NorgKit provides the parser and model value types. + .package(url: "https://git.sr.ht/~rbdr/norgkit", from: "1.0.0"), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite. -- cgit