Skip to content

Commit 3f62f66

Browse files
authored
Update readme after ownership transfer
1 parent aaaa39d commit 3f62f66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# opencv-installer
22
Simple application to install OpenCV.
33

4-
This assumes that the OpenCV artifacts are located in the maven repository at `https://github.com/SamCarlberg/opencv-maven/raw/mvn-repo` or in the local maven repository.
4+
This assumes that the OpenCV artifacts are located in the maven repository at `https://github.com/WPIRoboticsProjects/opencv-maven/raw/mvn-repo` or in the local maven repository.
55

66
(Artifacts for this project are also available in the above repository)
77

8-
[Link to the maven repo](https://github.com/SamCarlberg/opencv-maven/tree/mvn-repo)
8+
[Link to the maven repo](https://github.com/WPIRoboticsProjects/opencv-maven/tree/mvn-repo)
99

1010
For now, this is just a CLI app with no GUI.
1111

@@ -65,7 +65,7 @@ java -jar opencv-installer --version <version> --platform <platform> --java --jn
6565
buildscript {
6666
repositories {
6767
maven {
68-
url 'https://github.com/SamCarlberg/opencv-maven/raw/mvn-repo'
68+
url 'https://github.com/WPIRoboticsProjects/opencv-maven/raw/mvn-repo'
6969
}
7070
}
7171
dependencies {
@@ -92,7 +92,7 @@ First, add
9292
```groovy
9393
repositories {
9494
maven {
95-
url 'https://github.com/SamCarlberg/opencv-maven/raw/mvn-repo'
95+
url 'https://github.com/WPIRoboticsProjects/opencv-maven/raw/mvn-repo'
9696
}
9797
}
9898
dependencies {

0 commit comments

Comments
 (0)