Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PackageInfo.g: drop unknown PostalAddress fields #94

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ SetPackageInfo( rec(
IsMaintainer := false,
Place := "Delft",
Institution := "Delft University of Technology",
PostalAddress := "no address known",
),
rec(
LastName := "Boothby",
Expand All @@ -56,7 +55,6 @@ SetPackageInfo( rec(
IsMaintainer := false,
Place := "Seattle",
Institution := "The University of Washington",
PostalAddress := "no address known",
),
rec(
LastName := "Cramwinckel",
Expand All @@ -65,7 +63,6 @@ SetPackageInfo( rec(
IsMaintainer := false,
Place := "Delft",
Institution := "Delft University of Technology",
PostalAddress := "no address known",
),
rec(
LastName := "Fields",
Expand Down Expand Up @@ -106,7 +103,6 @@ SetPackageInfo( rec(
IsMaintainer := false,
Place := "Seattle",
Institution := "The University of Washington",
PostalAddress := "no address known",
),
rec(
LastName := "Minkes",
Expand All @@ -115,7 +111,6 @@ SetPackageInfo( rec(
IsMaintainer := false,
Place := "Delft",
Institution := "Delft University of Technology",
PostalAddress := "no address known",
),
rec(
LastName := "Roijackers",
Expand All @@ -124,7 +119,6 @@ SetPackageInfo( rec(
IsMaintainer := false,
Place := "Delft",
Institution := "Delft University of Technology",
PostalAddress := "no address known",
),
rec(
LastName := "Ruscio",
Expand All @@ -133,7 +127,6 @@ SetPackageInfo( rec(
IsMaintainer := false,
Place := "Edinburgh",
Institution := "The University of Edinburgh",
PostalAddress := "no address known",
),
rec(
LastName := "Tjhai",
Expand All @@ -142,7 +135,6 @@ SetPackageInfo( rec(
IsMaintainer := false,
Place := "Plymouth",
Institution := "The University of Plymouth",
PostalAddress := "no address known",
)
],

Expand Down
Loading