vifm: update metainformation w.r.t. project home move

This commit is contained in:
Michael Raskin 2016-10-04 10:07:46 +02:00
parent 8de1da7ccb
commit 5175808f04

View File

@ -21,12 +21,10 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ raskin garbas ];
platforms = platforms.linux;
license = licenses.gpl2;
};
passthru = {
updateInfo = {
downloadPage = "http://vifm.sf.net";
};
downloadPage = "http://vifm.info/downloads.shtml";
homepage = "http://vifm.info/";
inherit version;
updateWalker = true;
};
}