From 836680b5d89a0ca242ff9ca00dc3113baecf85d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Sonderfeld?= Date: Sun, 21 Feb 2021 15:55:18 +0000 Subject: [PATCH] recipes/cmake-mode: Update location of source and website. --- recipes/cmake-mode.rcp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/cmake-mode.rcp b/recipes/cmake-mode.rcp index c18294c3..786515dc 100644 --- a/recipes/cmake-mode.rcp +++ b/recipes/cmake-mode.rcp @@ -1,5 +1,6 @@ (:name cmake-mode - :website "http://www.itk.org/Wiki/CMake/Editors/Emacs" + :website "https://gitlab.kitware.com/cmake/community/-/wikis/doc/editors/Emacs" :description "Provides syntax highlighting and indentation for CMakeLists.txt and *.cmake source files." :type http - :url "http://cmake.org/gitweb?p=cmake.git;a=blob_plain;hb=master;f=Auxiliary/cmake-mode.el") + :url "https://gitlab.kitware.com/cmake/cmake/-/raw/master/Auxiliary/cmake-mode.el?inline=false" + :localname "cmake-mode.el")