3
0
Fork 0
forked from mirrors/nixpkgs

Minor whitespace cleanup

This commit is contained in:
Cillian de Róiste 2014-02-20 23:12:54 +01:00
parent f47d6a1314
commit c5e1cc5f37
2 changed files with 4 additions and 5 deletions

View file

@ -15,4 +15,3 @@ stdenv.mkDerivation rec {
homepage = "http://lxappearance.sourceforce.net/";
};
}

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "davmail-4.4.1";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/davmail/davmail/4.4.1/davmail-linux-x86_64-4.4.1-2225.tgz";
sha256 = "66c7ae23c0242860cca1576e5fc29343431789a821f7623e420b91ba91e480a9";
sha256 = "66c7ae23c0242860cca1576e5fc29343431789a821f7623e420b91ba91e480a9";
};
buildInputs = [ makeWrapper ];
@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
meta = {
description = "A Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers";
maintainers = [ stdenv.lib.maintainers.hinton ];
platforms = stdenv.lib.platforms.all;
homepage = "http://davmail.sourceforce.net/";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
homepage = "http://davmail.sourceforce.net/";
license = stdenv.lib.licenses.gpl2;
};
installPhase = ''