1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
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
base16
beep
cups
drivers
emulators Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
foldingathome
freestyle
frescobaldi
ghostscript
gnuk Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
jackaudio
lilypond
mnemonicode
mxt-app
my-env
phabricator
sailsd
screensavers Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
seafile-shared
solfege
sound-of-sorting
source-and-tags
talkfilters
themes adapta-gtk-theme: Init at 3.21.2 2016-06-18 23:33:29 +12:00
uboot
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