From 396a6ce2da58a07d016f37e64c2b412ab22e31f5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 2 Jan 2026 20:26:27 +0100 Subject: [PATCH] gnu: emacs-winum: Fix build. * gnu/packages/emacs-xyz.scm (emacs-winum)[source, home-page]: Fix upstream URL. Change-Id: Ib5075ea7a91945ccb5e4757b0d4380a1801bce37 --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ee9dd3cc79d..b537601d4e0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -46958,7 +46958,7 @@ or `header-line-format'. For additional documentation, see info node (origin (method git-fetch) (uri (git-reference - (url "https://github.com/deb0ch/winum") + (url "https://github.com/deb0ch/emacs-winum") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -46966,7 +46966,7 @@ or `header-line-format'. For additional documentation, see info node "0v1qmw3svydk7dlqbcymy1g1bygkfpb2h4b97zdp12xvd8mww9ny")))) (build-system emacs-build-system) (propagated-inputs (list emacs-dash)) - (home-page "https://github.com/deb0ch/winum") + (home-page "https://github.com/deb0ch/emacs-winum") (arguments (list #:tests? #f)) ; there are no tests (synopsis "Navigate windows and frames using numbers")