Port to CHICKEN 6

This commit is contained in:
cælōrum spectātrīx 2025-11-11 17:25:59 +01:00
parent 16608b0ee9
commit 9aa6b94ed2
8 changed files with 68 additions and 124 deletions

View file

@ -1,7 +1,6 @@
;; -*- scheme -*-
(repo git "git://github.com/iraikov/chicken-rabbit.git")
(uri targz "https://github.com/iraikov/chicken-rabbit/tarball/{egg-release}")
(uri files-list "http://code.call-cc.org/files-list?egg={egg-name};egg-release={egg-release};chicken-release={chicken-release}" old-uri)
(repo git "git://git.linuxposting.xyz/afiw/chicken-rabbit.git")
(uri targz "https://git.linuxposting.xyz/afiw/chicken-rabbit/{egg-release}.tar.gz")
(release "v1.1")
(release "3.0")