pythonPackages.shippai: fix eval (typo)

This commit is contained in:
Uli Baum 2018-08-03 13:18:41 +02:00
parent 915e506f7c
commit a4ec1ec039

View File

@ -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 ];
};
}