diff --git a/init.el b/init.el index 8fb76fe..93ee6fd 100644 --- a/init.el +++ b/init.el @@ -1240,7 +1240,7 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" (power-mode-streak-shake-threshold nil)) (use-package notibox :if (display-graphic-p) - :ensure (:host github :repo "MitchMarq42/notibox.el") + :ensure (:repo "https://git.marq42.xyz/mir/notibox") :demand t :custom (notibox-corner 'topright) :config (notibox/setup-timer))