Skip to content

Commit

Permalink
Merge pull request #94 from gap-packages/mh/addresses
Browse files Browse the repository at this point in the history
PackageInfo.g: drop unknown PostalAddress fields
  • Loading branch information
osj1961 authored Mar 21, 2024
2 parents f27ec18 + c31e8c9 commit c674a79
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 c674a79

Please sign in to comment.