baserow: fix typo

This commit is contained in:
Victor Engmark
2024-04-30 16:40:25 +12:00
parent aad67e92f8
commit d83c8c4a5b
+1 -1
View File
@@ -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";