Skip to content

Commit

Permalink
Found error where some enties in PackageInfo.g were multiply defined
Browse files Browse the repository at this point in the history
  • Loading branch information
osj1961 committed Mar 26, 2018
1 parent 28c6afe commit 94a6663
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,19 @@ SetPackageInfo( rec(
## and updating of the package in the GAP distribution.
##

README_URL :=
Concatenation( ~.PackageWWWHome, "README.guava" ),
PackageInfoURL :=
Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),

SourceRepository := rec(
Type := "git",
URL := "https://github.com/gap-packages/guava"
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
############################
## THIS STUFF IS ALL SET-UP IN THE TOP OF THE FILE !!!
############################
##README_URL :=
## Concatenation( ~.PackageWWWHome, "README.guava" ),
## PackageInfoURL :=
## Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),
##
##SourceRepository := rec(
## Type := "git",
## URL := "https://github.com/gap-packages/guava"
##),
##IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),

## Here you must provide a short abstract explaining the package content
## in HTML format (used on the package overview Web page) and an URL
Expand Down

0 comments on commit 94a6663

Please sign in to comment.