summary refs log tree commit diff
path: root/pkgs/applications/audio/aj-snapshot
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-01 20:46:40 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-01 10:41:04 -0800
commit3496ce2a0c9dede15f05b25c8560eb702acc72bd (patch)
tree3fd2d0f553c7f0c425fd8c58a0150134395417e6 /pkgs/applications/audio/aj-snapshot
parent863054f9da86c21df62a856fe0bfdfe109a60f36 (diff)
downloadnixpkgs-3496ce2a0c9dede15f05b25c8560eb702acc72bd.tar
nixpkgs-3496ce2a0c9dede15f05b25c8560eb702acc72bd.tar.gz
nixpkgs-3496ce2a0c9dede15f05b25c8560eb702acc72bd.tar.bz2
nixpkgs-3496ce2a0c9dede15f05b25c8560eb702acc72bd.tar.lz
nixpkgs-3496ce2a0c9dede15f05b25c8560eb702acc72bd.tar.xz
nixpkgs-3496ce2a0c9dede15f05b25c8560eb702acc72bd.tar.zst
nixpkgs-3496ce2a0c9dede15f05b25c8560eb702acc72bd.zip
treewide: remove trailing whitespaces
Diffstat (limited to 'pkgs/applications/audio/aj-snapshot')
-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 f781aad905d..2a2e15d9849 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.
     '';