Port to Chicken 5
This commit is contained in:
parent
e81b389351
commit
8755997df5
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
(repo git "git://github.com/arthurmaciel/awful-sse.git")
|
||||
(uri targz "https://codeload.github.com/arthurmaciel/{egg-name}/tar.gz/{egg-release}")
|
||||
(repo git "https:///gitea.lyrion.ch/zilti/awful-sse.git")
|
||||
(uri targz "https://gitea.lyrion.ch/zilti/awful-sse/archive/{egg-release}.tar.gz")
|
||||
(release "0.1")
|
||||
(release "0.2")
|
||||
(release "0.3")
|
||||
|
|
|
@ -146,12 +146,13 @@ Do you have any useful SSE example? Please share it here!
|
|||
|
||||
=== Changelog
|
||||
|
||||
* 0.3 Ported to Chicken 5
|
||||
* 0.2 Added tests
|
||||
* 0.1 Initial version
|
||||
|
||||
=== License
|
||||
|
||||
Copyright (c) 2014, Arthur Maciel
|
||||
Copyright (c) 2014, Arthur Maciel; 2020, Daniel Ziltener
|
||||
All rights reserved.
|
||||
|
||||
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,
|
||||
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue