summary refs log tree commit diff
diff options
context:
space:
mode:
authorfetsorn <fetsorn@gmail.com>2023-05-08 22:01:42 +0400
committerfetsorn <fetsorn@gmail.com>2023-05-09 18:02:16 +0400
commit84dec7a8b9189227212f3c73df0063431b7d50b1 (patch)
tree27db210b991a04303f6e05685053349e42aba43d
parent16bfccf49fee207437e5d5339e35071c7789693b (diff)
downloadnixpkgs-84dec7a8b9189227212f3c73df0063431b7d50b1.tar
nixpkgs-84dec7a8b9189227212f3c73df0063431b7d50b1.tar.gz
nixpkgs-84dec7a8b9189227212f3c73df0063431b7d50b1.tar.bz2
nixpkgs-84dec7a8b9189227212f3c73df0063431b7d50b1.tar.lz
nixpkgs-84dec7a8b9189227212f3c73df0063431b7d50b1.tar.xz
nixpkgs-84dec7a8b9189227212f3c73df0063431b7d50b1.tar.zst
nixpkgs-84dec7a8b9189227212f3c73df0063431b7d50b1.zip
vocal: fix typo
"indepedent" -> "independent"
-rw-r--r--pkgs/applications/audio/vocal/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/vocal/default.nix b/pkgs/applications/audio/vocal/default.nix
index e5ab69c14b3..00f4ac9172a 100644
--- a/pkgs/applications/audio/vocal/default.nix
+++ b/pkgs/applications/audio/vocal/default.nix
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "The podcast client for the modern free desktop";
     longDescription = ''
-      Vocal is a powerful, fast, and intuitive application that helps users find new podcasts, manage their libraries, and enjoy the best that indepedent audio and video publishing has to offer. Vocal features full support for both episode downloading and streaming, native system integration, iTunes store search and top 100 charts (with international results support), iTunes link parsing, OPML importing and exporting, and so much more. Plus, it has great smart features like automatically keeping your library clean from old files, and the ability to set custom skip intervals.
+      Vocal is a powerful, fast, and intuitive application that helps users find new podcasts, manage their libraries, and enjoy the best that independent audio and video publishing has to offer. Vocal features full support for both episode downloading and streaming, native system integration, iTunes store search and top 100 charts (with international results support), iTunes link parsing, OPML importing and exporting, and so much more. Plus, it has great smart features like automatically keeping your library clean from old files, and the ability to set custom skip intervals.
     '';
     homepage = "https://github.com/needle-and-thread/vocal";
     license = licenses.gpl3Plus;