You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/02/04 17:34:05 UTC

[GitHub] [incubator-pekko-connectors-kafka] pjfanning commented on a diff in pull request #17: Pekko migration

pjfanning commented on code in PR #17:
URL: https://github.com/apache/incubator-pekko-connectors-kafka/pull/17#discussion_r1096564547


##########
build.sbt:
##########
@@ -44,18 +45,20 @@ addCommandAlias("verifyCodeStyle", "headerCheck; verifyCodeFmt")
 addCommandAlias("verifyDocs", ";+doc ;unidoc ;docs/paradoxBrowse")
 
 val commonSettings = Def.settings(
-  organization := "com.typesafe.akka",
-  organizationName := "Lightbend Inc.",
-  organizationHomepage := Some(url("https://www.lightbend.com/")),
+  organization := "org.apache.pekko",
+  organizationName := "Apache Software Foundation",
+  organizationHomepage := Some(url("https://www.apache.org")),
   homepage := Some(url("https://doc.akka.io/docs/alpakka-kafka/current")),
-  scmInfo := Some(ScmInfo(url("https://github.com/akka/alpakka-kafka"), "git@github.com:akka/alpakka-kafka.git")),
-  developers += Developer("contributors",
-    "Contributors",
-    "",
-    url("https://github.com/akka/alpakka-kafka/graphs/contributors")),
+  scmInfo := Some(ScmInfo(url("https://github.com/apache/incubator-pekko-connectors-kafka"),
+    "git@github.com:apache/incubator-pekko-connectors-kafka.git")),
+  developers += Developer(
+    "pekko-connectors-kafka",
+    "Apache Pekko Connectors Kafka Contributors",
+    "dev@pekko.apache.org",
+    url("https://github.com/apache/incubator-pekko-connectors-kafka/graphs/contributors")),
   startYear := Some(2014),
   licenses := Seq("Apache-2.0" -> url("https://opensource.org/licenses/Apache-2.0")),
-  description := "Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.",
+  description := "Pekko kafka connector is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.",

Review Comment:
   Could you call it Apache Pekko?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org