Commit eb39c29b authored by Gabriel Arazas's avatar Gabriel Arazas
Browse files

moar: add meta.mainProgram

parent 3121793f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ buildGoModule rec {
    description = "Nice-to-use pager for humans";
    homepage = "https://github.com/walles/moar";
    license = licenses.bsd2WithViews;
    mainProgram = "moar";
    maintainers = with maintainers; [ foo-dogsquared ];
  };
}