From 3fa30468a45f53f9a69aea228542f13224ca06b8 Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Wed, 1 Feb 2023 18:35:16 +0100 Subject: [PATCH] Correct URLs --- serd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serd.spec b/serd.spec index 029822f..3e287cc 100644 --- a/serd.spec +++ b/serd.spec @@ -6,8 +6,8 @@ Release: 1%{?dist} Summary: A lightweight C library for RDF syntax License: ISC -URL: http://drobilla.net/software/serd/ -Source0: http://download.drobilla.net/%{name}-%{version}.tar.xz +URL: https://drobilla.net/software/%{name}.html +Source0: https://download.drobilla.net/%{name}-%{version}.tar.xz BuildRequires: meson BuildRequires: doxygen