Skip to content

Commit d2dd941

Browse files
authored
Merge pull request #649 from IntersectMBO/wenkokke/authors
doc: standardize author and maintainer information
2 parents 6434e1b + c5521e1 commit d2dd941

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
`lsm-tree` is a project that is developed by Well-Typed LLP on behalf of Input
1212
Output Global Inc (IOG). The main contributors are Duncan Coutts, Joris Dral,
13-
and Matthias Heinzel.
13+
Matthias Heinzel, Wolfgang Jeltsch, Wen Kokke, and Alex Washburn.
1414

1515
The `lsm-tree` library is a Haskell implementation of [log-structured
1616
merge-trees](https://en.wikipedia.org/wiki/Log-structured_merge-tree), based on

lsm-tree.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ synopsis: Log-structured merge-tree
55
description: Log-structured merge-tree.
66
license: Apache-2.0
77
license-file: LICENSE
8-
author: Duncan Coutts, Joris Dral, Matthias Heinzel
9-
maintainer: Duncan Coutts, Joris Dral, Matthias Heinzel
8+
author:
9+
Duncan Coutts, Joris Dral, Matthias Heinzel, Wolfgang Jeltsch, Wen Kokke, and Alex Washburn
10+
11+
maintainer: TODO: MAINTAINER EMAIL
1012
copyright: 2023 Input Output Global Inc (IOG), INTERSECT 2023-2024
1113
category: Database
1214
build-type: Simple

0 commit comments

Comments
 (0)