summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/aj-snapshot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/aj-snapshot/default.nix')
-rw-r--r--pkgs/applications/audio/aj-snapshot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/aj-snapshot/default.nix b/pkgs/applications/audio/aj-snapshot/default.nix
index f781aad905d0..2a2e15d9849a 100644
--- a/pkgs/applications/audio/aj-snapshot/default.nix
+++ b/pkgs/applications/audio/aj-snapshot/default.nix
@@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tool for storing/restoring JACK and/or ALSA connections to/from cml files";
longDescription = ''
- Aj-snapshot is a small program that can be used to make snapshots of the connections made between JACK and/or ALSA clients.
- Because JACK can provide both audio and MIDI support to programs, aj-snapshot can store both types of connections for JACK.
- ALSA, on the other hand, only provides routing facilities for MIDI clients.
+ Aj-snapshot is a small program that can be used to make snapshots of the connections made between JACK and/or ALSA clients.
+ Because JACK can provide both audio and MIDI support to programs, aj-snapshot can store both types of connections for JACK.
+ ALSA, on the other hand, only provides routing facilities for MIDI clients.
You can also run aj-snapshot in daemon mode if you want to have your connections continually restored.
'';