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
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Peter Simons
8e0f0776aa
mini-httpd: update to version 1.6
2016-04-04 15:06:32 +02:00
Tomasz Kontusz
36135033b6
mini-httpd: add -ansi to CFLAGS
2016-04-03 00:46:23 +02:00
Peter Simons
3018739223
mini-httpd: update to version 1.5
2015-10-02 22:13:49 +02:00
William A. Kennington III
b68e45dfa7
mini-httpd: Boost 1.59 compat
2015-09-04 11:21:37 -07:00
William A. Kennington III
f327e9c922
boostHeaders: regular boost package now only contains headers
2014-09-21 15:18:16 -07:00
Peter Simons
171425c8a0
mini-httpd: update to version 1.4
2013-03-28 13:56:22 +01:00
Peter Simons
72e4be65cc
mini-httpd: update to version 1.3
2013-03-21 11:01:16 +01:00
Peter Simons
f1b54f8ee2
mini-httpd: update to version 1.2
2013-02-09 22:50:50 +01:00
Peter Simons
9bf210f25a
pkgs/servers/http/mini-httpd: added version 1.1
...
svn path=/nixpkgs/trunk/; revision=28613
2011-08-16 14:01:38 +00:00