forked from mirrors/nixpkgs
Allow autoupdates for altermime
This commit is contained in:
parent
91623b8472
commit
040c0e8d7d
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue