Skip to content

Commit 0bb0a5a

Browse files
committed
Fix organization name
1 parent fabae6f commit 0bb0a5a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ developers += Developer("contributors",
1818
"Contributors",
1919
"https://gitter.im/lightbend/paradox",
2020
url("https://github.com/lightbend/sbt-paradox-apidoc/graphs/contributors"))
21-
organizationName := "https://github.com/lightbend/sbt-paradox-apidoc/graphs/contributors"
21+
organizationName := "Lightbend Inc."
2222
startYear := Some(2018)
2323

2424
bintrayOrganization := Some("sbt")

src/main/scala/com/lightbend/paradox/apidoc/ApidocDirective.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 https://github.com/lightbend/sbt-paradox-apidoc/graphs/contributors
2+
* Copyright 2018 Lightbend Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/lightbend/paradox/apidoc/ApidocKeys.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 https://github.com/lightbend/sbt-paradox-apidoc/graphs/contributors
2+
* Copyright 2018 Lightbend Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/scala/com/lightbend/paradox/apidoc/ApidocPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 https://github.com/lightbend/sbt-paradox-apidoc/graphs/contributors
2+
* Copyright 2018 Lightbend Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/test/scala/com.lightbend.paradox/apidoc/ApidocPluginSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 https://github.com/lightbend/sbt-paradox-apidoc/graphs/contributors
2+
* Copyright 2018 Lightbend Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/test/scala/com.lightbend.paradox/apidoc/MarkdownBaseSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 https://github.com/lightbend/sbt-paradox-apidoc/graphs/contributors
2+
* Copyright 2018 Lightbend Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)