Skip to content

Commit 66c0334

Browse files
committed
Change repo url kornilova-l -> scala-native
1 parent 80dd428 commit 66c0334

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scala Native Binding Generator
22

3-
[![Build Status](https://travis-ci.com/kornilova-l/scala-native-bindgen.svg?branch=master)](https://travis-ci.com/kornilova-l/scala-native-bindgen)
3+
[![Build Status](https://travis-ci.com/scala-native/scala-native-bindgen.svg?branch=master)](https://travis-ci.com/kornilova-l/scala-native-bindgen)
44

55
The tool generates Scala Native bindings from C headers.
66

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inThisBuild(
1818
organization := "org.scala-native.bindgen",
1919
licenses := Seq(
2020
"BSD 3-Clause" -> url("https://www.scala-lang.org/license/")),
21-
homepage := Some(url("https://kornilova-l.github.io/scala-native-bindgen")),
21+
homepage := Some(url("https://scala-native.github.io/scala-native-bindgen")),
2222
scalacOptions ++= Seq(
2323
"-deprecation",
2424
"-unchecked",
@@ -28,8 +28,8 @@ inThisBuild(
2828
),
2929
parallelExecution in Global := false,
3030
scmInfo := Some(
31-
ScmInfo(url("https://github.com/kornilova-l/scala-native-bindgen"),
32-
"scm:git:git@github.com:kornilova-l/scala-native-bindgen.git")),
31+
ScmInfo(url("https://github.com/scala-native/scala-native-bindgen"),
32+
"scm:git:git@github.com:scala-native/scala-native-bindgen.git")),
3333
developers := List(
3434
Developer(
3535
id = "kornilova-l",

docs/src/paradox/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Statically linked executables are provided with each release for Linux and macOS. Head over to the [releases page] to download the latest version for your platform.
44

5-
[releases page]: https://github.com/kornilova-l/scala-native-bindgen/releases
5+
[releases page]: https://github.com/scala-native/scala-native-bindgen/releases
66

77
@@@ note
88

docs/src/paradox/contrib/releasing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ sbt -Dproject.version=x.y.z release
1818

1919
Finally, upload the `scala-native-bindgen-linux` and
2020
`scala-native-bindgen-darwin` executables to the release page at:
21-
<https://github.com/kornilova-l/scala-native-bindgen/releases/tag/vx.y.z>
21+
<https://github.com/scala-native/scala-native-bindgen/releases/tag/vx.y.z>

sbt-scala-native-bindgen/src/main/scala/org/scalanative/bindgen/sbt/ScalaNativeBindgenPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import org.scalanative.bindgen.{Bindgen, BindingOptions}
2222
* By default, the plugin reads the configured header file and generates
2323
* a single Scala source file in the managed source directory.
2424
*
25-
* See the [[https://github.com/kornilova-l/scala-native-bindgen/tree/master/sbt-scala-native-bindgen/src/sbt-test/bindgen/generate example project]].
25+
* See the [[https://github.com/scala-native/scala-native-bindgen/tree/master/sbt-scala-native-bindgen/src/sbt-test/bindgen/generate example project]].
2626
*
2727
* == Configuration ==
2828
*

0 commit comments

Comments
 (0)