Commit ffbe28a0 authored by Guillaume Girol's avatar Guillaume Girol
Browse files

lnav: adopt

parent 439337b9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -72,7 +72,10 @@ stdenv.mkDerivation rec {
    '';
    downloadPage = "https://github.com/tstack/lnav/releases";
    license = licenses.bsd2;
    maintainers = with maintainers; [ dochang ];
    maintainers = with maintainers; [
      dochang
      symphorien
    ];
    platforms = platforms.unix;
    mainProgram = "lnav";
  };