lol

Allow autoupdates for altermime

+3 -5
+3 -5
pkgs/tools/networking/altermime/default.nix
··· 42 42 ]; 43 43 platforms = with a.lib.platforms; 44 44 linux; 45 - }; 46 - passthru = { 47 - updateInfo = { 48 - downloadPage = "http://www.pldaniels.com/altermime/"; 49 - }; 45 + downloadPage = "http://www.pldaniels.com/altermime/"; 46 + inherit version; 47 + updateWalker = true; 50 48 }; 51 49 }) x 52 50