Remove all traces of 'bakpakin/janet' from repo.

This commit is contained in:
Calvin Rose 2019-01-26 21:26:40 -05:00
parent 0d729eaab1
commit 56383b2ecc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -19,5 +19,5 @@ deploy:
skip_cleanup: true
on:
tags: true
repo: bakpakin/janet
repo: janet-lang/janet
condition: "$CC = clang"