mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
vifm: update metainformation w.r.t. project home move
This commit is contained in:
parent
8de1da7ccb
commit
5175808f04
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user