Unverified Commit d83c8c4a authored by Victor Engmark's avatar Victor Engmark
Browse files

baserow: fix typo

parent aad67e92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ let
      baserow_premium = self.buildPythonPackage rec {
        pname = "baserow_premium";
        version = "1.12.1";
        foramt = "setuptools";
        format = "setuptools";

        src = fetchFromGitLab {
          owner = "bramw";