Skip to content

Commit

Permalink
Update PackageInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Jul 9, 2016
1 parent 63d7aa3 commit 482c1b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Persons := [
),
],

PackageWWWHome := "http://gap-system.github.io/ferret/",
PackageWWWHome := "http://gap-packages.github.io/ferret/",

ArchiveURL := Concatenation("https://github.com/gap-system/ferret/",
ArchiveURL := Concatenation("https://github.com/gap-packages/ferret/",
"releases/download/v", ~.Version,
"/ferret-", ~.Version),
README_URL := Concatenation( ~.PackageWWWHome, "README" ),
Expand Down Expand Up @@ -82,8 +82,8 @@ TestFile := "tst/testall.g",
AutoDoc := rec(
TitlePage := rec(
Copyright := """
&copyright; 2013-2014 by Christopher Jefferson<P/>
Ferret package is free software;
&copyright; 2013-2016 by Christopher Jefferson<P/>
The Ferret package is free software;
you can redistribute it and/or modify it under the terms of the
<URL Text="GNU General Public License">http://www.fsf.org/licenses/gpl.html</URL>
as published by the Free Software Foundation; either version 2 of the License,
Expand Down

0 comments on commit 482c1b9

Please sign in to comment.