From cfa4cb33db6aefd68b0fa54f985507abe5f6bc80 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 4 Nov 2022 14:09:34 -0300 Subject: src/xyz/euandreh/queue.scm: s/python-remhind/remhind/ --- src/xyz/euandreh/queue.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm index 9eb4bb7..0a0bf25 100644 --- a/src/xyz/euandreh/queue.scm +++ b/src/xyz/euandreh/queue.scm @@ -356,9 +356,9 @@ deals with user cache, configuration, or data files. It has no external dependencies.") (license license:isc))) -(define-public python-remhind +(define-public remhind (package - (name "python-remhind") + (name "remhind") (version "0.1.1") (source (origin @@ -395,4 +395,4 @@ This package provides a daemon to display notifications of iCalendar events") tmux-plugin-resurrect tmux-plugin-continuum python-xdg - python-remhind) + remhind) -- cgit v1.2.3