Unverified Commit 508a3afb authored by itstarsun's avatar itstarsun
Browse files

protolint: add meta.mainProgram

parent 3c87cb32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,5 +35,6 @@ buildGoModule rec {
    license = licenses.mit;
    platforms = platforms.all;
    maintainers = [ maintainers.zane ];
    mainProgram = "protolint";
  };
}