Skip to content

Commit 97c3aec

Browse files
Fix package urls
1 parent df761f7 commit 97c3aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Persons := [
3131
rec(
3232
FirstNames := "Matthew",
3333
LastName := "Pancer",
34-
WWWHome := "?",
3534
Email := "[email protected]",
3635
IsAuthor := true,
3736
IsMaintainer := true,
@@ -44,7 +43,8 @@ Persons := [
4443
SourceRepository := rec(Type := "git",
4544
URL := "https://github.com/digraphs/graphviz"),
4645
IssueTrackerURL := "https://github.com/digraphs/graphviz/issues",
47-
PackageWWWHome := "TODO",
46+
PackageWWWHome := Concatenation("https://digraphs.github.io/",
47+
~.PackageName),
4848

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

0 commit comments

Comments
 (0)