From c25b5517ed3e8acc59d048267e29b692faec4ed2 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 20 Mar 2017 00:41:04 +0100 Subject: [PATCH] Update organization here or there --- build.sbt | 10 +++++----- coursier.bat | 2 +- package.json | 2 +- scripts/push-gh-pages-helper.sh | 2 +- web/src/main/resources/index.html | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.sbt b/build.sbt index c1098311f..80679446c 100644 --- a/build.sbt +++ b/build.sbt @@ -426,7 +426,7 @@ lazy val `sbt-shading` = project scala.Console.err.println( s"""Warning: using jarjar $fallback, which doesn't properly shade Scala JARs (classes with '$$' aren't shaded). |See the instructions around - |https://github.com/alexarchambault/coursier/blob/630a780487d662dd994ed1c3246895a22c00cf21/scripts/travis.sh#L40 + |https://github.com/coursier/coursier/blob/630a780487d662dd994ed1c3246895a22c00cf21/scripts/travis.sh#L40 |to use a version fine with Scala JARs.""".stripMargin ) @@ -557,11 +557,11 @@ lazy val `coursier` = project.in(file(".")) lazy val releaseSettings = Seq( publishMavenStyle := true, licenses := Seq("Apache 2.0" -> url("http://opensource.org/licenses/Apache-2.0")), - homepage := Some(url("https://github.com/alexarchambault/coursier")), + homepage := Some(url("https://github.com/coursier/coursier")), scmInfo := Some(ScmInfo( - url("https://github.com/alexarchambault/coursier.git"), - "scm:git:github.com/alexarchambault/coursier.git", - Some("scm:git:git@github.com:alexarchambault/coursier.git") + url("https://github.com/coursier/coursier.git"), + "scm:git:github.com/coursier/coursier.git", + Some("scm:git:git@github.com:coursier/coursier.git") )), pomExtra := { diff --git a/coursier.bat b/coursier.bat index 194c3aed2..b77977bde 100644 --- a/coursier.bat +++ b/coursier.bat @@ -8,7 +8,7 @@ SET ERROR_CODE=0 SET LAUNCHER_PATH=%~dp0/coursier IF NOT EXIST %LAUNCHER_PATH% ( - bitsadmin /transfer "DownloadCoursierLauncher" https://github.com/alexarchambault/coursier/raw/master/coursier %LAUNCHER_PATH% + bitsadmin /transfer "DownloadCoursierLauncher" https://github.com/coursier/coursier/raw/master/coursier %LAUNCHER_PATH% ) SET CMD_LINE_ARGS=%* diff --git a/package.json b/package.json index 262efc4b4..3a93095fc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "repository": "https://github.com/alexarchambault/coursier.git", + "repository": "https://github.com/coursier/coursier.git", "license": "Apache-2.0", "devDependencies": { "cheerio": "0.22.0", diff --git a/scripts/push-gh-pages-helper.sh b/scripts/push-gh-pages-helper.sh index e0c4badd3..c70175c54 100755 --- a/scripts/push-gh-pages-helper.sh +++ b/scripts/push-gh-pages-helper.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ "$1" = "clone" ]; then - git clone "https://${GH_TOKEN}@github.com/alexarchambault/coursier.git" -b gh-pages coursier-gh-pages >/dev/null 2>&1 + git clone "https://${GH_TOKEN}@github.com/coursier/coursier.git" -b gh-pages coursier-gh-pages >/dev/null 2>&1 else git push origin gh-pages >/dev/null 2>&1 fi diff --git a/web/src/main/resources/index.html b/web/src/main/resources/index.html index 1dd32b94e..a478079bd 100644 --- a/web/src/main/resources/index.html +++ b/web/src/main/resources/index.html @@ -47,11 +47,11 @@ @@ -64,7 +64,7 @@

Coursier

Pure Scala Artifact Fetching

-

Project Page

+

Project Page