Skip to content

Commit

Permalink
Fix package urls
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed May 9, 2024
1 parent df761f7 commit 97c3aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Persons := [
rec(
FirstNames := "Matthew",
LastName := "Pancer",
WWWHome := "?",
Email := "[email protected]",
IsAuthor := true,
IsMaintainer := true,
Expand All @@ -44,7 +43,8 @@ Persons := [
SourceRepository := rec(Type := "git",
URL := "https://github.com/digraphs/graphviz"),
IssueTrackerURL := "https://github.com/digraphs/graphviz/issues",
PackageWWWHome := "TODO",
PackageWWWHome := Concatenation("https://digraphs.github.io/",
~.PackageName),

PackageInfoURL := Concatenation(~.PackageWWWHome, "PackageInfo.g"),
README_URL := Concatenation(~.PackageWWWHome, "README.md"),
Expand Down

0 comments on commit 97c3aec

Please sign in to comment.