Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 3113148

Browse files
committed
Fixed info syntax
1 parent 229d3bf commit 3113148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name = "alt-getopt"
44
version = "0.7"
55

66
maintainer = "Peter Drahoš"
7-
desc = "Process application arguments the same way as getopt_long",
8-
url = "http://luaforge.net/projects/alt-getopt/",
9-
license = "MIT/X11"
7+
desc = "Process application arguments the same way as getopt_long"
8+
url = "http://luaforge.net/projects/alt-getopt/"
9+
license = "MIT/X11"
1010

1111
depends = {
1212
"lua >= 5.1",

0 commit comments

Comments
 (0)