~jojo/Carth

23ec1c1f37adf2f4f97a91a29c873d9589b6f474 — JoJo 2 years ago 9782d07
Change domain from carth.jo.zone to carth.pink
3 files changed, 3 insertions(+), 3 deletions(-)

M README.org
M carth.cabal
M foreign-core/Cargo.toml
M README.org => README.org +1 -1
@@ 2,7 2,7 @@

Purely functional programming with lisp-syntax. Less infix, more parens!

Visit [[https://carth.jo.zone/][https://carth.jo.zone/]] for an overview of the language and more info.
Visit [[https://carth.jo.zone/][https://carth.pink/]] for an overview of the language and more info.

* /WORK IN PROGRESS/
  Just as a little disclaimer: this project is in the very early

M carth.cabal => carth.cabal +1 -1
@@ 3,7 3,7 @@ cabal-version: 2.2
name:           carth
version:        0.0.4.0
description:    Please see the README on GitHub at <https://github.com/bryal/carth#readme>
homepage:       https://carth.jo.zone
homepage:       https://carth.pink
author:         Johan Johansson
maintainer:     jo@jo.zone
copyright:      2020 Johan Johansson

M foreign-core/Cargo.toml => foreign-core/Cargo.toml +1 -1
@@ 4,7 4,7 @@ version = "0.3.1"
authors = ["JoJo <jo@jo.zone>"]
edition = "2018"
description = "The foreign part of Carths core"
homepage = "https://carth.jo.zone"
homepage = "https://carth.pink"
repository = "https://gitlab.com/JoJoZ/carth"
license = "AGPL-3.0-or-later"