diff options
author | EuAndreh <eu@euandre.org> | 2022-11-04 14:09:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-04 14:09:34 -0300 |
commit | cfa4cb33db6aefd68b0fa54f985507abe5f6bc80 (patch) | |
tree | 2e65024f525fcefe950c5e906d8140098285bf67 | |
parent | src/xyz/euandreh/queue.scm: Add python-remhind (diff) | |
download | package-repository-cfa4cb33db6aefd68b0fa54f985507abe5f6bc80.tar.gz package-repository-cfa4cb33db6aefd68b0fa54f985507abe5f6bc80.tar.xz |
src/xyz/euandreh/queue.scm: s/python-remhind/remhind/
-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) |