3
0
Fork 0
forked from mirrors/nixpkgs

Allow autoupdates for altermime

This commit is contained in:
Michael Raskin 2014-07-01 12:47:15 +04:00
parent 91623b8472
commit 040c0e8d7d

View file

@ -42,11 +42,9 @@ rec {
]; ];
platforms = with a.lib.platforms; platforms = with a.lib.platforms;
linux; linux;
}; downloadPage = "http://www.pldaniels.com/altermime/";
passthru = { inherit version;
updateInfo = { updateWalker = true;
downloadPage = "http://www.pldaniels.com/altermime/";
};
}; };
}) x }) x