guix-devel/guix/import
Ludovic Courtès 982a94e97e
import: github: Fix incorrect no-release case.
This is a followup to 81c3dc3224.

Since that commit, when /releases returned an empty JSON array, we would
not fall back to /tags because of the incorrect match.

* guix/import/github.scm (fetch-releases-or-tags): Match the empty
vector instead of the empty list.
2019-09-08 14:43:41 +02:00
..
cabal.scm
cpan.scm
cran.scm import: cran: Only use the git import with what looks like a URL. 2019-09-02 14:46:04 +02:00
crate.scm import: crate: Correct interpretation of dual-licensing strings. 2019-09-04 13:02:27 +02:00
elpa.scm
gem.scm
github.scm import: github: Fix incorrect no-release case. 2019-09-08 14:43:41 +02:00
gnome.scm
gnu.scm
hackage.scm
json.scm
launchpad.scm
opam.scm import: opam: Use propagated-inputs instead of inputs. 2019-09-04 23:08:16 +02:00
print.scm
pypi.scm
snix.scm
stackage.scm
texlive.scm
utils.scm