python310Packages.xattr: fix alignment

This commit is contained in:
Fabian Affolter 2022-12-22 21:16:50 +01:00 committed by GitHub
parent 20688c1e17
commit 63f882cfd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "xattr";
version = "0.10.1";
format = "setuptools";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -38,5 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/xattr/xattr";
changelog = "https://github.com/xattr/xattr/blob/v${version}/CHANGES.txt";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
}