diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-23 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-23 01:00:09 +0100 |
commit | fd0266c4bf891065a7bedb6c17d08b6889755501 (patch) | |
tree | 9ceb24c2565253f82cf600f2068e183d6f4bf30a /gnu | |
parent | f00ed436535e9e5840ca85ec4cf5df6547528db7 (diff) | |
download | guix-fd0266c4bf891065a7bedb6c17d08b6889755501.tar.gz |
gnu: kochmorse: Rename.
* gnu/packages/radio.scm (kockmorse): Rename this variable… (kochmorse): …to this less bad variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/radio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 3cc5b73575..e487987738 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -1583,7 +1583,7 @@ programs using the library: cw, cwgen, cwcp and xcwcp. The programs are intended for people who want to learn receiving and sending morse code.") (license license:gpl2+))) -(define-public kockmorse +(define-public kochmorse (package (name "kochmorse") (version "3.5.1") |