Skip to content

Commit

Permalink
Merge pull request #5 from OpenTimelineIO/url_update2
Browse files Browse the repository at this point in the history
Update URLs #2
  • Loading branch information
darbyjohnston authored Nov 9, 2024
2 parents a8a8929 + 5bb64e4 commit 908fa13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(
toucan
VERSION 0.1.0
DESCRIPTION "toucan"
HOMEPAGE_URL "https://github.com/darbyjohnston/toucan"
HOMEPAGE_URL "https://github.com/OpenTimelineIO/toucan"
LANGUAGES CXX C)

set(toucan_VIEW ON CACHE BOOL "Build viewer application")
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://github.com/darbyjohnston/toucan/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/darbyjohnston/toucan/actions/workflows/ci-workflow.yml)
[![Build Status](https://github.com/OpenTimelineIO/toucan/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/OpenTimelineIO/toucan/actions/workflows/ci-workflow.yml)

<img src="images/toucan.svg" alt="toucan" width="100">

Expand Down Expand Up @@ -124,7 +124,7 @@ Building on Linux
-----------------
Clone the repository:
```
git clone https://github.com/darbyjohnston/toucan.git
git clone https://github.com/OpenTimelineIO/toucan.git
```
Run the super build:
```
Expand All @@ -142,7 +142,7 @@ Building on macOS
-----------------
Clone the repository:
```
git clone https://github.com/darbyjohnston/toucan.git
git clone https://github.com/OpenTimelineIO/toucan.git
```
Run the super build:
```
Expand All @@ -157,7 +157,7 @@ Building on Windows
-------------------
Clone the repository:
```
git clone https://github.com/darbyjohnston/toucan.git
git clone https://github.com/OpenTimelineIO/toucan.git
```
Run the super build:
```
Expand Down
2 changes: 1 addition & 1 deletion cmake/SuperBuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(
toucan-SuperBuild
VERSION 0.1.0
DESCRIPTION "toucan superbuild"
HOMEPAGE_URL "https://github.com/darbyjohnston/toucan"
HOMEPAGE_URL "https://github.com/OpenTimelineIO/toucan"
LANGUAGES CXX C)

set(toucan_ZLIB ON CACHE BOOL "Build ZLIB")
Expand Down

0 comments on commit 908fa13

Please sign in to comment.