Skip to content

Commit c01929f

Browse files
committed
Update POM
- update maintainer list - remove link to avsystem.com as requested by AVS marketing / SEO (other sponsored libraries e.g. guava do not provide this field either)
1 parent 44ea6a8 commit c01929f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Commons.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ object Commons extends ProjectGroup("commons") {
5454
organization := "com.avsystem.commons",
5555
homepage := Some(url("https://github.com/AVSystem/scala-commons")),
5656
organizationName := "AVSystem",
57-
organizationHomepage := Some(url("http://www.avsystem.com/")),
5857
description := "AVSystem commons library for Scala",
5958
startYear := Some(2015),
6059
licenses := Vector(
@@ -66,7 +65,7 @@ object Commons extends ProjectGroup("commons") {
6665
devConnection = Some("scm:git:git@github.com:AVSystem/scala-commons.git"),
6766
)),
6867
developers := List(
69-
Developer("ghik", "Roman Janusz", "r.janusz@avsystem.com", url("https://github.com/ghik")),
68+
Developer("ddworak", "Dawid Dworak", "d.dworak@avsystem.com", url("https://github.com/ddworak")),
7069
),
7170

7271
scalaVersion := "2.13.15",

0 commit comments

Comments
 (0)