Apply suggestions from code review

This commit is contained in:
Jörg Thalheim 2022-01-12 05:18:18 +00:00 committed by GitHub
parent d28799abfa
commit cd2f11b1d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,6 @@ python3Packages.buildPythonPackage rec {
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ benley lassulus hexa ];
maintainers = with maintainers; [ benley lassulus ];
};
}