summary refs log tree commit diff
path: root/pkgs/applications/editors/joe
Commit message (Collapse)AuthorAge
* joe: 4.4 -> 4.6Vladyslav M2018-02-21
|
* joe: 4.2 -> 4.4ndowens2017-03-19
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* joe: 4.1 -> 4.2Matthias Beyer2016-05-16
|
* joe: Move version to own variableMatthias Beyer2015-09-25
|
* joe: 4.0 -> 4.1Matthias Beyer2015-09-25
|
* joe: update from 3.7 to 4.0, add meta-informationPascal Wittmann2015-05-31
|
* Joe: Bump to 3.7Shea Levy2012-07-31
|
* meta.homepage added to several packagesYury G. Kudryashov2008-01-30
| | | | svn path=/nixpkgs/trunk/; revision=10417
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Remove a bunch of unused Nix expressions.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6716
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* Joe doen't need its own builder scriptMerijn de Jonge2006-02-03
| | | | svn path=/nixpkgs/trunk/; revision=4683
* added Joe (Joe's own editor). Yes!Merijn de Jonge2006-02-02
svn path=/nixpkgs/trunk/; revision=4679