1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 11:09:54 +00:00

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 - gmake
- gcc - gcc
sources: sources:
- https://github.com/bakpakin/janet.git - https://github.com/janet-lang/janet.git
tasks: tasks:
- build: | - build: |
cd janet cd janet

View File

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