| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update homepage attributes: http -> https•••Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
| mimadrid | 2017-08-03 | 2 | -2/+2 |
| * | pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
| Silvan Mosberger | 2017-08-01 | 2 | -2/+2 |
| * | 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)
| Bjørn Forsman | 2016-06-20 | 2 | -2/+2 |
| * | ftgl: making it link to GL properly.•••Its shared objects require mesa symbols of gl and glu.
| Lluís Batlle i Rossell | 2012-12-11 | 1 | -0/+2 |
| * | Updating opencascade to 6.5.2.•••I had to bring an older ftgl in.
svn path=/nixpkgs/trunk/; revision=32742
| Lluís Batlle i Rossell | 2012-03-02 | 2 | -0/+55 |
| * | ftgl: added meta information•••svn path=/nixpkgs/trunk/; revision=31573
| Peter Simons | 2012-01-15 | 1 | -0/+15 |
| * | ftgl: fixed download URL•••svn path=/nixpkgs/trunk/; revision=31571
| Peter Simons | 2012-01-15 | 1 | -5/+8 |
| * | added ftgl, gource•••svn path=/nixpkgs/trunk/; revision=24379
| Rob Vermaas | 2010-10-20 | 1 | -0/+13 |