nixpkgs/pkgs/development/interpreters
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
..
acl2 acl2: use mkDerivation 2016-01-30 20:31:02 +00:00
angelscript Make rigsofrods build the latest code. 2016-04-18 12:30:47 +02:00
bats bats: fixes installation 2016-03-01 00:19:27 +00:00
ceptre Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
chibi chibi: Add missing meta.license field. 2014-09-04 17:05:20 +02:00
clisp clisp: control build options and fix non x86* architectures 2016-04-04 22:22:30 +02:00
clojure clojure: 1.7.0 -> 1.8.0 2016-06-12 15:57:29 +03:00
dart dart: 0.4 -> 1.16.1 2016-06-06 11:15:05 +02:00
eff Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
elixir beamPackages: turn on debug_info for beam packages 2016-06-15 07:20:01 -07:00
erlang beamPackages: turn on debug_info for beam packages 2016-06-15 07:20:01 -07:00
falcon falcon: update to lastest git revision as the lastest release does not build 2014-09-23 23:52:18 +02:00
gnu-apl gnuapl: latest version doesn't require liblapack 2015-06-11 22:00:13 -05:00
groovy groovy: 2.4.5 -> 2.4.6 2016-05-12 20:57:46 +02:00
gtk-server gtk-server: add myself as a maintainer 2015-11-26 08:24:02 +01:00
guile treewide: Make explicit that 'dev' output of readline is used 2016-05-19 10:03:35 +02:00
hugs hugs: fix build & meta fixups 2016-03-25 00:39:49 +01:00
icon-lang icon: Init at 9.5.1 2016-06-07 19:09:54 +02:00
io io: 2013.12.04 -> 2015.11.11 2016-06-09 04:15:26 -07:00
j J: add simple check phase, remove debug parts of build script 2016-06-18 15:18:06 +02:00
jimtcl Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
jruby jruby: 1.7.21 -> 9.0.5.0 2016-02-11 23:31:41 +00:00
jython jython: 2.7-rc3 -> 2.7.0 2016-04-01 01:51:00 +01:00
kona kona: bump to 3.21 2015-03-27 19:33:59 +01:00
lolcode LOLcode(version 0.10.5): New Package 2015-02-15 08:58:42 -02:00
love treewide: Make explicit that 'dev' output of freetype is used 2016-05-19 10:00:34 +02:00
lua-4 Lua4: adds branch information 2015-01-15 10:28:40 +01:00
lua-5 Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
luajit Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
lush Update lush 2015-04-05 20:27:25 +03:00
maude Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
mujs Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
nix-exec nix-exec: bump for new nix 2016-03-22 18:20:16 -04:00
octave octave: add libsndfile to buildInputs, fixes #15494 2016-05-16 12:09:48 +02:00
perl perl: fix evaluation on cygwin 2016-05-20 21:37:27 +02:00
php php: Fixed libiconv error 2016-06-13 18:25:58 +02:00
picoc Add version attribute where maintainers |= nckx 2016-01-25 17:35:21 +01:00
picolisp Remove all dots at end of descriptions 2016-02-27 17:30:29 +00:00
pixie Merge: make dev output references explicit 2016-05-22 12:09:23 +02:00
pure pure: fixed build with gcc 4.9 (ZHF) 2015-07-09 13:52:26 +02:00
pypy pypy.withPackages: fix path 2016-05-31 17:17:28 +02:00
pyrex
python Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
qnial qnial: Init at 6.3 2016-05-25 14:05:01 -07:00
racket racket: 6.4 -> 6.5 2016-05-05 20:25:25 +02:00
rakudo rakudo: 2016.01 -> 2016.04 2016-06-09 03:10:09 -07:00
rascal Drop unnecessary setting of java.home 2014-01-25 03:04:46 +01:00
rebol rebol: init at 3-alpha 2016-06-12 16:32:10 -07:00
regina regina: use stdenv 2015-12-30 21:15:15 +01:00
renpy drop my maintainership (close #13881) 2016-03-13 18:39:01 +01:00
ruby ruby: update 2.3 series to 2.3.1 2016-05-02 15:49:05 -05:00
scheme48 Add myself as a maintainer to a bunch of packages. 2014-09-04 17:05:21 +02:00
scsh Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
self Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
spidermonkey Add mirror://mozilla scheme 2016-05-09 19:37:22 +02:00
supercollider supercollider: build with gcc48 (ZHF) 2015-07-30 13:09:58 +02:00
tcl tcl/tk: Refactor and add maintainers 2015-04-30 18:49:27 -07:00
unicon-lang unicon: init at 11.7 2016-06-09 13:32:44 -07:00
xulrunner all-packages: browserWrapper -> browser 2016-01-15 08:36:08 +01:00