From 677e51d13764e68f29ab81265be07564ea7bba41 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 12 Dec 2020 12:15:47 +0000 Subject: [PATCH] Use spaces in project names to allow line breaks and keep column narrow --- bin/projects.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/projects.yml b/bin/projects.yml index 55eb2366..91d310c2 100644 --- a/bin/projects.yml +++ b/bin/projects.yml @@ -137,7 +137,7 @@ ci: [github] os: [windows, apple, linux] -- name: google/neuroglancer +- name: google neuroglancer gh: google/neuroglancer ci: [github] os: [windows, apple, linux] @@ -162,17 +162,17 @@ ci: [travisci] os: [apple, linux] -- name: pybind11:python_example +- name: pybind11 python_example gh: pybind/python_example ci: [github] os: [windows, apple, linux] -- name: pybind11:cmake_example +- name: pybind11 cmake_example gh: pybind/cmake_example ci: [github] os: [windows, apple, linux] -- name: pybind11:scikit_build_example +- name: pybind11 scikit_build_example gh: pybind/scikit_build_example ci: [github] os: [windows, apple, linux]