From 2b18f36c4fe2fd9f043dfed12895a99e0fceb772 Mon Sep 17 00:00:00 2001 From: Orr Toledano Date: Thu, 20 Jul 2023 19:40:27 +0000 Subject: [PATCH] Modify Source1 URL to point to nghttp2 github --- nghttp2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nghttp2.spec b/nghttp2.spec index 2020ca0..9877c2b 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -5,7 +5,7 @@ Release: 2%{?dist} License: MIT URL: https://nghttp2.org/ Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz -Source1: https://curl.se/download/%{name}-%{version}.tar.xz.asc +Source1: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz.asc Source2: tatsuhiro-t.pgp BuildRequires: CUnit-devel