Drop src-d org ref except for issues

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov
2020-03-19 11:10:03 +01:00
committed by Alexander
parent 697929e149
commit bc5e031cee
46 changed files with 60 additions and 58 deletions

View File

@ -7,8 +7,8 @@ enablePlugins(GitVersioning)
sonatypeProfileName := "tech.sourced"
// pom settings for sonatype
homepage := Some(url("https://github.com/src-d/enry"))
scmInfo := Some(ScmInfo(url("https://github.com/src-d/enry"),
homepage := Some(url("https://github.com/bzz/enry"))
scmInfo := Some(ScmInfo(url("https://github.com/bzz/enry"),
"git@github.com:src-d/enry.git"))
developers += Developer("abeaumont",
"Alfredo Beaumont",