Files
nixpkgs/pkgs/applications/graphics
Eelco Dolstra 36f5ede37a geeqie: Fix incorrect longDescription formatting
Note that longDescription should not be formatted as:

  longDescription =
    '' Bla bla
       bla bla
    '';

because this will cause the second line to have more preceding
whitespace. It should be:

  longDescription =
    ''
      Bla bla
      bla bla
    '';
2014-06-03 11:47:39 +02:00
..
2014-05-08 15:30:17 +02:00
2014-05-08 13:15:09 +02:00
2014-04-20 16:45:00 +02:00
2014-05-22 12:11:52 +02:00
2014-01-13 17:05:45 +01:00
2013-10-27 06:59:41 +02:00
2013-11-30 12:03:34 +01:00
2014-04-21 11:24:26 +02:00
2013-10-09 09:02:21 +02:00
2013-11-30 17:51:47 +01:00
2014-01-28 17:31:17 +01:00
2014-05-11 14:01:07 -05:00
2013-12-07 14:39:52 +02:00
2013-12-16 01:36:18 +02:00
2014-01-09 13:01:38 +01:00