nixpkgs/pkgs/misc
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
..
apulse apulse: 0.1.5 -> 0.1.6 2015-10-17 20:48:21 -04:00
base16 Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
beep
cups Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
drivers postscript-lexmark: add package 2016-05-30 11:42:10 +02:00
emulators Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
foldingathome
freestyle libqglviewer: rename attrname and pkgname from libQGLViewer 2015-08-26 16:50:55 +02:00
frescobaldi buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
ghostscript treewide: Make explicit that 'dev' output of zlib is used 2016-05-19 10:04:38 +02:00
gnuk Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
jackaudio jackaudio: compile without profiling 2015-12-03 00:02:08 +01:00
lilypond lilypond: set some HOME during the build for Metafont 2016-03-28 01:00:27 +02:00
mnemonicode mnemonicode: fix name 2016-05-19 16:19:18 -04:00
mxt-app mxt-app: init at v1.26 2016-02-15 13:24:32 -08:00
my-env Fixing my-env to get NIX_CFLAGS_COMPILE and so on 2016-03-09 12:44:29 +01:00
phabricator Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
sailsd sailsd: 0.1.1 -> 0.2.0 (#15445) 2016-05-14 11:05:37 +02:00
screensavers Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
seafile-shared seafile-*: 4.4.2 -> 5.0.7 2016-04-23 12:52:42 +12:00
solfege vorbis-tools: rename from old-style vorbisTools 2016-01-26 01:35:55 +01:00
sound-of-sorting
source-and-tags
talkfilters Inital Commit for Gnu Talk Filters 2015-05-31 22:49:15 +02:00
themes adapta-gtk-theme: Init at 3.21.2 2016-06-18 23:33:29 +12:00
uboot Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
urbit urbit: 2015.09.26 -> 2016-06-02 2016-06-18 08:36:10 +02:00
vim-plugins vimPlugins: added deoplete-jedi 2016-06-17 08:16:39 +02:00
xosd
misc.nix