Skip to content

Commit

Permalink
PackageInfo.g: drop unknown PostalAddress fields
Browse files Browse the repository at this point in the history
This field is optional, so just dropping it seems better.
  • Loading branch information
fingolfin committed Mar 17, 2024
1 parent 0406e60 commit c31e8c9
Showing 1 changed file with 0 additions and 8 deletions.
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

0 comments on commit c31e8c9

Please sign in to comment.