Skip to content

Commit

Permalink
Remove developers section
Browse files Browse the repository at this point in the history
Point organization to github.com/metafacture to emphasize the community
character.
  • Loading branch information
dr0i committed May 3, 2021
1 parent d7f5e87 commit 8710014
Showing 1 changed file with 2 additions and 60 deletions.
62 changes: 2 additions & 60 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,67 +100,9 @@ gradle.projectsEvaluated {
}
url 'https://github.com/metafacture/metafacture-core'
inceptionYear '2011'
developers {
developer {
id 'mgeipel'
name 'Markus M. Geipel'
email '[email protected]'
url 'https://github.com/mgeipel'
roles {
role 'architect'
role 'developer'
}
organization {
name 'Deutsche Nationalbibliothek'
url 'http://dnb.de/'
}
}
developer {
id 'cboehme'
name 'Christoph Böhme'
email '[email protected]'
url 'https://github.com/cboehme'
roles {
role 'architect'
role 'developer'
}
organization {
name 'Deutsche Nationalbibliothek'
url 'http://dnb.de/'
}
}
developer {
id 'fsteeg'
name 'Fabian Steeg'
email '[email protected]'
url 'https://github.com/fsteeg'
roles {
role 'developer'
role 'maintainer'
}
organization {
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
url 'https://www.hbz-nrw.de/'
}
}
developer {
id 'dr0i'
name 'Pascal Christoph'
email '[email protected]'
url 'https://github.com/dr0i'
roles {
role 'developer'
role 'maintainer'
}
organization {
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
url 'https://www.hbz-nrw.de/'
}
}
}
organization {
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
url 'https://www.hbz-nrw.de/'
name 'Metafacture'
url 'https://github.com/metafacture'
}
licenses {
license {
Expand Down

0 comments on commit 8710014

Please sign in to comment.