From f8f651b448f0b5ba478a92bf1c361ff17b10e8d2 Mon Sep 17 00:00:00 2001 From: Yuya Unno Date: Sun, 21 Apr 2024 19:54:36 +0900 Subject: [PATCH] Fix URL of cython-mode (#2921) --- recipes/cython-mode.rcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/cython-mode.rcp b/recipes/cython-mode.rcp index e2248644a..67330d434 100644 --- a/recipes/cython-mode.rcp +++ b/recipes/cython-mode.rcp @@ -1,6 +1,6 @@ (:name cython-mode :description "Major mode for the Cython language" :type http - :url "https://raw.github.com/cython/cython/master/Tools/cython-mode.el" + :url "https://raw.githubusercontent.com/cython/emacs-cython-mode/master/cython-mode.el" :features cython-mode :localname "cython-mode.el")