commit
7e25fb2e80
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A vi-like file manager";
|
description = "A vi-like file manager";
|
||||||
maintainers = with maintainers; [ raskin garbas ];
|
maintainers = with maintainers; [ raskin garbas ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
downloadPage = "https://vifm.info/downloads.shtml";
|
downloadPage = "https://vifm.info/downloads.shtml";
|
||||||
homepage = https://vifm.info/;
|
homepage = https://vifm.info/;
|
||||||
|
|
Loading…
Reference in New Issue