Skip to content

Commit

Permalink
Fix base url (#80)
Browse files Browse the repository at this point in the history
* base url fix
  • Loading branch information
alexeyxo authored Jan 15, 2025
1 parent 28ad7ba commit 97a66e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkl/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ amends "pkl:Project"
package {
name = "pipelaner"
version = "1.0.5"
baseUri = "package://pipelane.github.com/pipelaner"
baseUri = "package://github.com/pipelane/pipelaner"
sourceCode = "https://github.com/pipelane/pipelaner"
packageZipUrl = "https://github.com/pipelane/pipelaner/releases/download/\(name)@\(version)/\(name)@\(version).zip"
}

0 comments on commit 97a66e6

Please sign in to comment.