From ed493bb99beda7b92a1bd27249f28987a51cdd1a Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@telfort.nl>
Date: Mon, 29 Jan 2018 09:46:47 +0100
Subject: [PATCH] build: fix the source URL in the spec file

---
 nano.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano.spec.in b/nano.spec.in
index 05a7891b..e97e393f 100644
--- a/nano.spec.in
+++ b/nano.spec.in
@@ -10,7 +10,7 @@ Summary		: a user-friendly editor, a Pico clone with enhancements
 License		: GPLv3+
 Group		: Applications/Editors
 URL		: https://nano-editor.org/
-Source		: https://nano-editor.org/dist/v2.6/%{name}-%{version}.tar.gz
+Source		: https://nano-editor.org/dist/latest/%{name}-%{version}.tar.gz
 
 BuildRoot	: %{_tmppath}/%{name}-%{version}-root
 BuildRequires	: autoconf, automake, gettext-devel, ncurses-devel, texinfo
-- 
GitLab