Merge pull request #307901 from l0b0/fix-format

baserow: fix typo
This commit is contained in:
Jörg Thalheim
2024-04-30 08:51:43 +02:00
committed by GitHub
+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";