From 2a950b1e16eaa78274506ab3eceb4e6d72a00fc9 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 4 Jan 2023 20:59:53 -0500 Subject: [PATCH] fix name for pypi_url macro --- python-circuitbreaker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-circuitbreaker.spec b/python-circuitbreaker.spec index 5f57dad..47d0a2b 100644 --- a/python-circuitbreaker.spec +++ b/python-circuitbreaker.spec @@ -5,7 +5,7 @@ Summary: Python Circuit Breaker pattern implementation License: None URL: https://github.com/fabfuel/circuitbreaker -Source0: %{pypi_source python-circuitbreaker} +Source0: %{pypi_source circuitbreaker} BuildArch: noarch BuildRequires: python-devel