Merge pull request #56506 from Quiark/master

vifm: works on macos too
This commit is contained in:
Michael Raskin 2019-02-28 07:33:44 +00:00 committed by GitHub
commit 7e25fb2e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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