From 083d0890f50c7bff87419b88465af6589faffa2e Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Sun, 6 Oct 2013 11:49:53 +0200 Subject: More description fixes * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages. --- pkgs/applications/audio/quodlibet/default.nix | 2 +- pkgs/applications/audio/snd/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/quodlibet/default.nix b/pkgs/applications/audio/quodlibet/default.nix index d9554d5f7249..9f4859d6e070 100644 --- a/pkgs/applications/audio/quodlibet/default.nix +++ b/pkgs/applications/audio/quodlibet/default.nix @@ -46,7 +46,7 @@ buildPythonPackage { ''; meta = { - description = "Quod Libet is a GTK+-based audio player written in Python, using the Mutagen tagging library."; + description = "GTK+-based audio player written in Python, using the Mutagen tagging library"; longDescription = '' Quod Libet is a GTK+-based audio player written in Python, using diff --git a/pkgs/applications/audio/snd/default.nix b/pkgs/applications/audio/snd/default.nix index fe32aca029bc..a49bfd9cccf4 100644 --- a/pkgs/applications/audio/snd/default.nix +++ b/pkgs/applications/audio/snd/default.nix @@ -51,7 +51,7 @@ rec { name = "snd-" + version; meta = { - description = "Snd sound editor."; + description = "Sound editor"; homepage = http://ccrma.stanford.edu/software/snd; inherit src; }; -- cgit 1.4.1