diff options
Diffstat (limited to 'src/xyz/euandreh/queue.scm')
-rw-r--r-- | src/xyz/euandreh/queue.scm | 6 |
1 files 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) |