Skip to content

Commit 8710014

Browse files
committed
Remove developers section
Point organization to github.com/metafacture to emphasize the community character.
1 parent d7f5e87 commit 8710014

File tree

1 file changed

+2
-60
lines changed

1 file changed

+2
-60
lines changed

build.gradle

Lines changed: 2 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -100,67 +100,9 @@ gradle.projectsEvaluated {
100100
}
101101
url 'https://github.com/metafacture/metafacture-core'
102102
inceptionYear '2011'
103-
developers {
104-
developer {
105-
id 'mgeipel'
106-
name 'Markus M. Geipel'
107-
108-
url 'https://github.com/mgeipel'
109-
roles {
110-
role 'architect'
111-
role 'developer'
112-
}
113-
organization {
114-
name 'Deutsche Nationalbibliothek'
115-
url 'http://dnb.de/'
116-
}
117-
}
118-
developer {
119-
id 'cboehme'
120-
name 'Christoph Böhme'
121-
122-
url 'https://github.com/cboehme'
123-
roles {
124-
role 'architect'
125-
role 'developer'
126-
}
127-
organization {
128-
name 'Deutsche Nationalbibliothek'
129-
url 'http://dnb.de/'
130-
}
131-
}
132-
developer {
133-
id 'fsteeg'
134-
name 'Fabian Steeg'
135-
136-
url 'https://github.com/fsteeg'
137-
roles {
138-
role 'developer'
139-
role 'maintainer'
140-
}
141-
organization {
142-
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
143-
url 'https://www.hbz-nrw.de/'
144-
}
145-
}
146-
developer {
147-
id 'dr0i'
148-
name 'Pascal Christoph'
149-
150-
url 'https://github.com/dr0i'
151-
roles {
152-
role 'developer'
153-
role 'maintainer'
154-
}
155-
organization {
156-
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
157-
url 'https://www.hbz-nrw.de/'
158-
}
159-
}
160-
}
161103
organization {
162-
name 'Hochschulbibliothekszentrum des Landes Nordrhein-Westfalen (hbz)'
163-
url 'https://www.hbz-nrw.de/'
104+
name 'Metafacture'
105+
url 'https://github.com/metafacture'
164106
}
165107
licenses {
166108
license {

0 commit comments

Comments
 (0)