baserow: fix typo
This commit is contained in:
parent
aad67e92f8
commit
d83c8c4a5b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue