3
0
Fork 0
forked from mirrors/nixpkgs

Add auto-updating meta for restund

This commit is contained in:
Michael Raskin 2014-07-01 11:53:47 +04:00
parent 0733404aca
commit 3471744cbb

View file

@ -24,5 +24,9 @@ stdenv.mkDerivation rec {
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; bsd3;
inherit version;
downloadPage = "http://www.creytiv.com/pub/";
updateWalker = true;
downloadURLRegexp = "/restund-.*[.]tar[.]";
};
}