From 2dbcdcdaf763bec13df591bcfd8b73d70d7117ba Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 12 Aug 2019 11:48:17 +0200 Subject: [PATCH] crun.spec: fix repository to containers/crun Signed-off-by: Giuseppe Scrivano --- crun.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crun.spec b/crun.spec index 1a005a5..4c5763d 100644 --- a/crun.spec +++ b/crun.spec @@ -2,9 +2,9 @@ Summary: OCI runtime written in C Name: crun Version: 0.7 Release: 2%{?dist} -Source0: https://github.com/giuseppe/crun/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPLv3+ -URL: https://github.com/giuseppe/crun +URL: https://github.com/containers/crun # We always run autogen.sh BuildRequires: autoconf