From 9b3013b2d7ba6d76fddfb68216eed204a883c02f Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Wed, 11 Jul 2018 13:56:22 -0700 Subject: [PATCH] Adds new URL for helloclear https://github.com/clearlinux/helloclear/archive/ Signed-off-by: Michael Vincerra --- source/clear-linux/guides/maintenance/autospec.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/clear-linux/guides/maintenance/autospec.rst b/source/clear-linux/guides/maintenance/autospec.rst index c2370254..a15b6ba9 100644 --- a/source/clear-linux/guides/maintenance/autospec.rst +++ b/source/clear-linux/guides/maintenance/autospec.rst @@ -105,7 +105,8 @@ Build a new RPM .. code-block:: bash - make autospecnew URL="https://github.com/bktan8/helloclear/archive/helloclear-4.tar.gz" NAME="helloclear" + make autospecnew URL="https://github.com/clearlinux/helloclear/archive/helloclear-v1.0.tar.gz" + NAME="helloclear" .. note::