Skip to content

Commit 2cb0aaf

Browse files
Adjust PackageInfo.g, in particular add License entry
1 parent 8133538 commit 2cb0aaf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PackageInfo.g

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ PackageName := "LINS",
2626
Subtitle := "provides an algorithm for computing the normal subgroups of a finitely presented group up to some given index bound.",
2727
Version := "0.7dev",
2828
Date := "13/03/2024", # dd/mm/yyyy format
29+
License := "GPL-2.0-or-later",
2930

3031
Persons := [
3132
rec(
@@ -63,7 +64,7 @@ ArchiveFormats := ".tar.gz",
6364
## "dev" for development versions of packages
6465
## "other" for all other packages
6566
##
66-
Status := "dev",
67+
Status := "deposited",
6768

6869
AbstractHTML := "",
6970

@@ -87,7 +88,7 @@ AvailabilityTest := ReturnTrue,
8788

8889
TestFile := "tst/testall.g",
8990

90-
#Keywords := [ "TODO" ],
91+
Keywords := [ "normal subgroups", "finitely presented groups" ],
9192

9293
));
9394

0 commit comments

Comments
 (0)