Skip to content

Commit

Permalink
PackageInfo.g: fix PackageWWWHome URL (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Dec 15, 2023
1 parent feb034e commit 3087dae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ SetPackageInfo(
Version := "0.8.5",
Date := "21/03/2022",
License := "GPL-2.0-or-later",
PackageWWWHome :=
Concatenation( "https://QEC-pages.github.io/",
LowercaseString( ~.PackageName ) ),
PackageWWWHome := "https://QEC-pages.github.io/QDistRnd",
SourceRepository :=
rec( Type := "git", # edit as necessary
URL := Concatenation( "https://github.com/QEC-pages/" , ~.PackageName )
),
rec( Type := "git", URL := "https://github.com/QEC-pages/QDistRnd" ),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
README_URL := Concatenation( ~.PackageWWWHome, "/README.md" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
Expand Down

0 comments on commit 3087dae

Please sign in to comment.