summary refs log tree commit diff
path: root/pkgs/applications/misc/jbidwatcher
Commit message (Collapse)AuthorAge
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* jbidwatcher: 2.5.2 -> 2.5.6GRBurst2017-07-30
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | 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)
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* jbidwatcher: fixup to last commitRobin Gloster2016-05-04
|
* use dontBuild instead of hacksRobin Gloster2016-05-04
| | | | | | changes: * buildPhase = "true" * buildPhase = ":"
* jbidwatcher: update to version 2.5.2Peter Simons2012-10-26
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* jbidwatcher: generalized java support so that the package can be built on ↵Peter Simons2011-07-24
| | | | | | Darwin, too svn path=/nixpkgs/trunk/; revision=27923
* all-packages.nix: added jbidwatcher, a tool to monitor and snipe ebay auctionsPeter Simons2011-07-21
svn path=/nixpkgs/trunk/; revision=27881