mcabber: set downloadPage to point to where we take the release anyway

This commit is contained in:
Michael Raskin 2017-11-11 13:31:04 +01:00
parent c06f3ca994
commit eeaf53dfc7

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
updateWalker = true;
downloadPage = "http://mcabber.com/files/";
downloadURLRegexp = "mcabber-[0-9.]+[.]tar[.][a-z0-9]+$";
};
}