Port to Chicken 5

This commit is contained in:
Daniel Ziltener 2020-12-29 14:06:09 +01:00
parent e81b389351
commit 8755997df5
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,5 @@
(repo git "git://github.com/arthurmaciel/awful-sse.git") (repo git "https:///gitea.lyrion.ch/zilti/awful-sse.git")
(uri targz "https://codeload.github.com/arthurmaciel/{egg-name}/tar.gz/{egg-release}") (uri targz "https://gitea.lyrion.ch/zilti/awful-sse/archive/{egg-release}.tar.gz")
(release "0.1") (release "0.1")
(release "0.2") (release "0.2")
(release "0.3")

View File

@ -146,12 +146,13 @@ Do you have any useful SSE example? Please share it here!
=== Changelog === Changelog
* 0.3 Ported to Chicken 5
* 0.2 Added tests * 0.2 Added tests
* 0.1 Initial version * 0.1 Initial version
=== License === License
Copyright (c) 2014, Arthur Maciel Copyright (c) 2014, Arthur Maciel; 2020, Daniel Ziltener
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
@ -180,4 +181,4 @@ Do you have any useful SSE example? Please share it here!
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE. OF THE POSSIBILITY OF SUCH DAMAGE.