Unverified Commit 527a1a04 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

cucumber: format with nixpkgs-fmt

parent 589c74ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ bundlerApp {
  meta = with lib; {
    description = "A tool for executable specifications";
    homepage = "https://cucumber.io/";
    license     = with licenses; mit;
    license = licenses.mit;
    maintainers = with maintainers; [ manveru nicknovitski ];
    platforms = platforms.unix;
  };