Skip to content

Commit

Permalink
Add contributors (everyone shown as commit author on GitHub)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-konovalov committed Aug 4, 2021
1 parent 014372c commit 58d65f7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,36 @@ Persons := [
Email := "[email protected]",
),
# contributors
rec(
LastName := "Breuer",
FirstNames := "Thomas",
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "García-Sánchez",
FirstNames := "Pedro",
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "Gutsche",
FirstNames := "Sebastian",
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "Horn",
FirstNames := "Max",
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "Isuru",
FirstNames := "Fernando",
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "Konovalov",
FirstNames := "Alexander",
Expand All @@ -56,6 +86,12 @@ Persons := [
IsAuthor := false,
IsMaintainer := false,
),
rec(
LastName := "Siccha",
FirstNames := "Sergio",
IsAuthor := false,
IsMaintainer := false,
),
],

SourceRepository := rec(
Expand Down

0 comments on commit 58d65f7

Please sign in to comment.