mcabber: set downloadPage to point to where we take the release anyway
This commit is contained in:
parent
c06f3ca994
commit
eeaf53dfc7
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
|
downloadPage = "http://mcabber.com/files/";
|
||||||
downloadURLRegexp = "mcabber-[0-9.]+[.]tar[.][a-z0-9]+$";
|
downloadURLRegexp = "mcabber-[0-9.]+[.]tar[.][a-z0-9]+$";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user