gnu: emacs-winum: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-winum)[source, home-page]: Fix upstream URL.

Change-Id: Ib5075ea7a91945ccb5e4757b0d4380a1801bce37
This commit is contained in:
Nicolas Goaziou 2026-01-02 20:26:27 +01:00
parent a61211c983
commit 396a6ce2da
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")