diff --git a/.builds/.freebsd.yaml b/.builds/.freebsd.yaml index c0f37a6e..59fe5c63 100644 --- a/.builds/.freebsd.yaml +++ b/.builds/.freebsd.yaml @@ -3,7 +3,7 @@ packages: - gmake - gcc sources: - - https://github.com/bakpakin/janet.git + - https://github.com/janet-lang/janet.git tasks: - build: | cd janet diff --git a/.travis.yml b/.travis.yml index 2228f1c8..43b4cc18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,5 @@ deploy: skip_cleanup: true on: tags: true - repo: bakpakin/janet + repo: janet-lang/janet condition: "$CC = clang"