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/editors/emacs-modes/coffee/default.nix | 2 +- pkgs/applications/editors/emacs-modes/color-theme/default.nix | 2 +- pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix | 2 +- pkgs/applications/editors/emacs-modes/htmlize/default.nix | 2 +- pkgs/applications/editors/emacs-modes/jade/default.nix | 2 +- pkgs/applications/editors/emacs-modes/lorem-ipsum/default.nix | 2 +- pkgs/applications/editors/emacs-modes/org2blog/default.nix | 2 +- pkgs/applications/editors/emacs-modes/rect-mark/default.nix | 2 +- pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix | 2 +- pkgs/applications/editors/emacs-modes/xml-rpc/default.nix | 2 +- pkgs/applications/editors/flpsed/default.nix | 2 +- pkgs/applications/editors/geany/default.nix | 2 +- pkgs/applications/editors/mg/default.nix | 2 +- pkgs/applications/editors/sublime/default.nix | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/emacs-modes/coffee/default.nix b/pkgs/applications/editors/emacs-modes/coffee/default.nix index c40b3d4cd650..a0ba61431655 100644 --- a/pkgs/applications/editors/emacs-modes/coffee/default.nix +++ b/pkgs/applications/editors/emacs-modes/coffee/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { ''; meta = { - description = "An Emacs major mode for CoffeeScript, unfancy JavaScript."; + description = "Emacs major mode for CoffeeScript, unfancy JavaScript"; homepage = https://github.com/defunkt/coffee-mode; license = "GPLv2+"; diff --git a/pkgs/applications/editors/emacs-modes/color-theme/default.nix b/pkgs/applications/editors/emacs-modes/color-theme/default.nix index 327e11bf0862..bad277d61ce3 100644 --- a/pkgs/applications/editors/emacs-modes/color-theme/default.nix +++ b/pkgs/applications/editors/emacs-modes/color-theme/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { installTargets = "install-bin"; meta = { - description = "An emacs-lisp mode for skinning your emacs."; + description = "Emacs-lisp mode for skinning your Emacs"; homepage = http://www.nongnu.org/color-theme; license = "GPLv2+"; diff --git a/pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix b/pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix index 0a26e8fd43df..4b2692a5e22a 100644 --- a/pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix +++ b/pkgs/applications/editors/emacs-modes/flymake-cursor/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { ''; meta = { - description = "Displays flymake error msg in minibuffer after delay."; + description = "Displays flymake error msg in minibuffer after delay"; homepage = http://www.emacswiki.org/emacs/flymake-cursor.el; license = stdenv.lib.licenses.publicDomain; diff --git a/pkgs/applications/editors/emacs-modes/htmlize/default.nix b/pkgs/applications/editors/emacs-modes/htmlize/default.nix index d4c428e5a1e5..96cc4e040c4f 100644 --- a/pkgs/applications/editors/emacs-modes/htmlize/default.nix +++ b/pkgs/applications/editors/emacs-modes/htmlize/default.nix @@ -11,6 +11,6 @@ stdenv.mkDerivation { }; meta = { - description = "Convert buffer text and decorations to HTML."; + description = "Convert buffer text and decorations to HTML"; }; } diff --git a/pkgs/applications/editors/emacs-modes/jade/default.nix b/pkgs/applications/editors/emacs-modes/jade/default.nix index 0c99ceaca22b..ab0e3512ef28 100644 --- a/pkgs/applications/editors/emacs-modes/jade/default.nix +++ b/pkgs/applications/editors/emacs-modes/jade/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation { ''; meta = { - description = "Emacs major mode for jade and stylus."; + description = "Emacs major mode for jade and stylus"; homepage = https://github.com/brianc/jade-mode; license = "GPLv2+"; diff --git a/pkgs/applications/editors/emacs-modes/lorem-ipsum/default.nix b/pkgs/applications/editors/emacs-modes/lorem-ipsum/default.nix index 94427537003b..72086e54fece 100644 --- a/pkgs/applications/editors/emacs-modes/lorem-ipsum/default.nix +++ b/pkgs/applications/editors/emacs-modes/lorem-ipsum/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { ''; meta = { - description = "Insert dummy pseudo Latin text for emacs."; + description = "Insert dummy pseudo Latin text for Emacs"; homepage = http://www.emacswiki.org/emacs/LoremIpsum; license = "GPLv2+"; diff --git a/pkgs/applications/editors/emacs-modes/org2blog/default.nix b/pkgs/applications/editors/emacs-modes/org2blog/default.nix index c8c538c5cb7c..e72560be8f44 100644 --- a/pkgs/applications/editors/emacs-modes/org2blog/default.nix +++ b/pkgs/applications/editors/emacs-modes/org2blog/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { ''; meta = { - description = "A tool to publish directly from Emacs’ org-mode to WordPress blogs."; + description = "Publish directly from Emacs’ org-mode to WordPress blogs"; homepage = https://github.com/punchagan/org2blog; license = "GPLv3+"; diff --git a/pkgs/applications/editors/emacs-modes/rect-mark/default.nix b/pkgs/applications/editors/emacs-modes/rect-mark/default.nix index ac01e02b4334..896dbdac71be 100644 --- a/pkgs/applications/editors/emacs-modes/rect-mark/default.nix +++ b/pkgs/applications/editors/emacs-modes/rect-mark/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { ''; meta = { - description = "Mark a rectangle of text with highlighting."; + description = "Mark a rectangle of text with highlighting"; homepage = http://emacswiki.org/emacs/RectangleMark; license = "GPLv2+"; diff --git a/pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix b/pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix index a253e25cad45..e942189714ea 100644 --- a/pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix +++ b/pkgs/applications/editors/emacs-modes/sunrise-commander/default.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation rec { ''; meta = { - description = "Two-pane file manager for Emacs based on Dired and inspired by MC."; + description = "Two-pane file manager for Emacs based on Dired and inspired by MC"; homepage = http://www.emacswiki.org/emacs/Sunrise_Commander; license = "GPLv3+"; diff --git a/pkgs/applications/editors/emacs-modes/xml-rpc/default.nix b/pkgs/applications/editors/emacs-modes/xml-rpc/default.nix index 87a732b5b4ca..cee0f0ca5534 100644 --- a/pkgs/applications/editors/emacs-modes/xml-rpc/default.nix +++ b/pkgs/applications/editors/emacs-modes/xml-rpc/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { ''; meta = { - description = "An elisp implementation of clientside XML-RPC."; + description = "Elisp implementation of clientside XML-RPC"; homepage = https://launchpad.net/xml-rpc-el; license = "GPLv3+"; diff --git a/pkgs/applications/editors/flpsed/default.nix b/pkgs/applications/editors/flpsed/default.nix index ca481f1081d3..1bae58cfaaee 100644 --- a/pkgs/applications/editors/flpsed/default.nix +++ b/pkgs/applications/editors/flpsed/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation { buildInputs = [ fltk13 ghostscript ]; meta = { - description = "A WYSIWYG PostScript annotator."; + description = "WYSIWYG PostScript annotator"; homepage = "http://http://flpsed.org/flpsed.html"; license = "GPLv3"; platforms = stdenv.lib.platforms.all; diff --git a/pkgs/applications/editors/geany/default.nix b/pkgs/applications/editors/geany/default.nix index 6d43cc279975..e7c8e276d27b 100644 --- a/pkgs/applications/editors/geany/default.nix +++ b/pkgs/applications/editors/geany/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { postInstall = "rm $out/share/icons/hicolor/icon-theme.cache"; meta = { - description = "A GTK2 small and ligthweight IDE."; + description = "Small and lightweight IDE"; longDescription = '' Geany is a small and lightweight Integrated Development Environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. diff --git a/pkgs/applications/editors/mg/default.nix b/pkgs/applications/editors/mg/default.nix index ce69b5c0b5ae..058a54c45a71 100644 --- a/pkgs/applications/editors/mg/default.nix +++ b/pkgs/applications/editors/mg/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { meta = { homepage = http://homepage.boetes.org/software/mg/; - description = "mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."; + description = "mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team"; license = "public domain"; platforms = stdenv.lib.platforms.all; }; diff --git a/pkgs/applications/editors/sublime/default.nix b/pkgs/applications/editors/sublime/default.nix index 6aa0b34314ac..cfa44d9285cc 100644 --- a/pkgs/applications/editors/sublime/default.nix +++ b/pkgs/applications/editors/sublime/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { ''; meta = { - description = "Sublime Text is a sophisticated text editor for code, markup and prose."; + description = "Sophisticated text editor for code, markup and prose"; license = "unfree"; }; } -- cgit 1.4.1