@@ -10,8 +10,8 @@ SetPackageInfo( rec(
1010
1111PackageName := " PatternClass" ,
1212Subtitle := " A permutation pattern class package" ,
13- Version := " 2.4" ,
14- Date := " 11/08 /2017" , # dd/mm/yyyy format
13+ Version := " 2.4.1 " ,
14+ Date := " 28/09 /2017" , # dd/mm/yyyy format
1515
1616Persons := [
1717 rec (
@@ -72,11 +72,11 @@ Persons := [
7272
7373SourceRepository := rec (
7474 Type := " git" ,
75- URL := Concatenation( " https://github.com/RuthHoffmann /" , ~ .PackageName ),
75+ URL := Concatenation( " https://github.com/gap-packages /" , ~ .PackageName ),
7676),
7777IssueTrackerURL := Concatenation( ~ .SourceRepository.URL, " /issues" ),
7878# SupportEmail := "TODO",
79- PackageWWWHome := " https://RuthHoffmann .github.io/PatternClass/" ,
79+ PackageWWWHome := " https://gap-packages .github.io/PatternClass/" ,
8080PackageInfoURL := Concatenation( ~ .PackageWWWHome, " PackageInfo.g" ),
8181README_URL := Concatenation( ~ .PackageWWWHome, " README.md" ),
8282ArchiveURL := Concatenation( ~ .SourceRepository.URL,
@@ -113,9 +113,7 @@ Dependencies := rec(
113113 ExternalConditions := [ ] ,
114114),
115115
116- AvailabilityTest := function ()
117- return true ;
118- end ,
116+ AvailabilityTest := ReturnTrue,
119117
120118TestFile := " tst/testall.g" ,
121119
0 commit comments