janet-lang / jpm

Janet Project Manager
MIT License
68 stars 22 forks source link

JPM deps does not support repositories with the branch name 'main' #6

Closed LeviSchuck closed 2 years ago

LeviSchuck commented 3 years ago

It seems to expect master only.

bakpakin commented 3 years ago

You can manually specify a branch or any commitish with :tag in a dependency specification.

(declare-project
  :dependencies [{:repo "https://github.com/a/b.git" :tag "main"}])