Try to fix release-info file

This commit is contained in:
Lassi Kortela 2021-08-25 12:17:52 +03:00
parent 5ff1d18918
commit 44be1307ce
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
;;; This file is used by the CHICKEN 5 extension which caches eggs in
;;; egg servers (henrietta-cache)
(uri
egg-file
"https://raw.githubusercontent.com/lassik/scheme-pandoc/master/pandoc.egg")
(repo git "git://github.com/lassik/scheme-{egg-name}.git")
(uri targz "https://github.com/lassik/scheme-{egg-name}/tarball/{egg-release}")
(release "0.1")