pythonPackages.shippai: fix eval (typo)
This commit is contained in:
parent
915e506f7c
commit
a4ec1ec039
@ -14,6 +14,6 @@ buildPythonPackage rec {
|
||||
description = "Use Rust failures as Python exceptions";
|
||||
homepage = https://github.com/untitaker/shippai;
|
||||
license = licenses.mit;
|
||||
maintainer = with maintainers; [ gebner ];
|
||||
maintainers = with maintainers; [ gebner ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user