update URLs to point at luarocks fork

This commit is contained in:
daurnimator
2019-08-13 18:52:38 +10:00
parent e6e8fa3f9c
commit 5fa460d22f
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# argparse # argparse
[![Build Status](https://travis-ci.org/mpeterv/argparse.png?branch=master)](https://travis-ci.org/mpeterv/argparse) [![Build Status](https://travis-ci.org/luarocks/argparse.png?branch=master)](https://travis-ci.org/luarocks/argparse)
[![Coverage status](https://codecov.io/gh/mpeterv/argparse/branch/master/graph/badge.svg)](https://codecov.io/gh/mpeterv/argparse) [![Coverage status](https://codecov.io/gh/luarocks/argparse/branch/master/graph/badge.svg)](https://codecov.io/gh/luarocks/argparse)
Argparse is a feature-rich command line parser for Lua inspired by argparse for Python. Argparse is a feature-rich command line parser for Lua inspired by argparse for Python.

View File

@@ -1,12 +1,12 @@
package = "argparse" package = "argparse"
version = "scm-1" version = "scm-2"
source = { source = {
url = "git+https://github.com/mpeterv/argparse.git" url = "git+https://github.com/luarocks/argparse.git"
} }
description = { description = {
summary = "A feature-rich command-line argument parser", summary = "A feature-rich command-line argument parser",
detailed = "Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages.", detailed = "Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages.",
homepage = "https://github.com/mpeterv/argparse", homepage = "https://github.com/luarocks/argparse",
license = "MIT" license = "MIT"
} }
dependencies = { dependencies = {

View File

@@ -16,4 +16,4 @@ Contents:
completions completions
misc misc
This is a tutorial for `argparse <https://github.com/mpeterv/argparse>`_, a feature-rich command line parser for Lua. This is a tutorial for `argparse <https://github.com/luarocks/argparse>`_, a feature-rich command line parser for Lua.