From 5fa460d22f0b6c45cbe0f8a3f1330baf2ab95cfa Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 13 Aug 2019 18:52:38 +1000 Subject: [PATCH] update URLs to point at luarocks fork --- README.md | 4 ++-- argparse-scm-1.rockspec => argparse-scm-2.rockspec | 6 +++--- docsrc/index.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename argparse-scm-1.rockspec => argparse-scm-2.rockspec (77%) diff --git a/README.md b/README.md index 51248a2..f6d2314 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # argparse -[![Build Status](https://travis-ci.org/mpeterv/argparse.png?branch=master)](https://travis-ci.org/mpeterv/argparse) -[![Coverage status](https://codecov.io/gh/mpeterv/argparse/branch/master/graph/badge.svg)](https://codecov.io/gh/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/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. diff --git a/argparse-scm-1.rockspec b/argparse-scm-2.rockspec similarity index 77% rename from argparse-scm-1.rockspec rename to argparse-scm-2.rockspec index c44adaa..aa098e8 100644 --- a/argparse-scm-1.rockspec +++ b/argparse-scm-2.rockspec @@ -1,12 +1,12 @@ package = "argparse" -version = "scm-1" +version = "scm-2" source = { - url = "git+https://github.com/mpeterv/argparse.git" + url = "git+https://github.com/luarocks/argparse.git" } description = { 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.", - homepage = "https://github.com/mpeterv/argparse", + homepage = "https://github.com/luarocks/argparse", license = "MIT" } dependencies = { diff --git a/docsrc/index.rst b/docsrc/index.rst index e4d0de1..1d4b5bc 100644 --- a/docsrc/index.rst +++ b/docsrc/index.rst @@ -16,4 +16,4 @@ Contents: completions misc -This is a tutorial for `argparse `_, a feature-rich command line parser for Lua. +This is a tutorial for `argparse `_, a feature-rich command line parser for Lua.