Skip to content

Commit

Permalink
Fix README_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 31, 2023
1 parent ea21689 commit 67d0cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/JuliaInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ IssueTrackerURL := "https://github.com/oscar-system/GAP.jl",
PackageWWWHome := "https://github.com/oscar-system/GAP.jl/issues",

ArchiveURL := Concatenation( ~.PackageWWWHome, "JuliaInterface-", ~.Version ),
README_URL := Concatenation( ~.PackageWWWHome, "README" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),
README_URL := Concatenation( ~.PackageWWWHome, "README.md" ),

ArchiveFormats := ".tar.gz",

Expand Down

0 comments on commit 67d0cd9

Please sign in to comment.