Migration to Forgejo
This commit is contained in:
parent
cf93674927
commit
3738d38d5b
3 changed files with 6 additions and 6 deletions
|
@ -173,7 +173,7 @@ JSON writer procedure. =PORT-OR-ACCUMULATOR= must be a textual output port, or a
|
|||
|
||||
** Source
|
||||
|
||||
The source is available at [[https://gitea.lyrion.ch/Chicken/srfi-180]].
|
||||
The source is available at [[https://forgejo.lyrion.ch/Chicken/srfi-180]].
|
||||
|
||||
** Author
|
||||
|
||||
|
|
|
@ -994,7 +994,7 @@ JSON writer procedure. =PORT-OR-ACCUMULATOR= must be a textual output port, or a
|
|||
|
||||
** Source
|
||||
|
||||
The source is available at [[https://gitea.lyrion.ch/Chicken/srfi-180]].
|
||||
The source is available at [[https://forgejo.lyrion.ch/Chicken/srfi-180]].
|
||||
|
||||
** Author
|
||||
|
||||
|
@ -1021,8 +1021,8 @@ Daniel Ziltener
|
|||
|
||||
#+begin_src scheme :noweb yes :tangle srfi-180.release-info :exports none
|
||||
;; -*- Scheme -*-
|
||||
(repo git "https://gitea.lyrion.ch/Chicken/srfi-180.git")
|
||||
(uri targz "https://gitea.lyrion.ch/Chicken/srfi-180/archive/{egg-release}.tar.gz")
|
||||
(repo git "https://forgejo.lyrion.ch/Chicken/srfi-180.git")
|
||||
(uri targz "https://forgejo.lyrion.ch/Chicken/srfi-180/archive/{egg-release}.tar.gz")
|
||||
<<gen-releases()>>
|
||||
#+end_src
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- Scheme -*-
|
||||
(repo git "https://gitea.lyrion.ch/Chicken/srfi-180.git")
|
||||
(uri targz "https://gitea.lyrion.ch/Chicken/srfi-180/archive/{egg-release}.tar.gz")
|
||||
(repo git "https://forgejo.lyrion.ch/Chicken/srfi-180.git")
|
||||
(uri targz "https://forgejo.lyrion.ch/Chicken/srfi-180/archive/{egg-release}.tar.gz")
|
||||
(release "1.5.2") ;; Register srfi-180 as a feature
|
||||
(release "1.5.1") ;; Escape sequences
|
||||
(release "1.5.0") ;; Reimplementation
|
||||
|
|
Loading…
Reference in a new issue