python3Packages.imageio: add Luflosi as maintainer

This commit is contained in:
Luflosi
2022-09-27 17:10:48 +02:00
parent 07e76e2941
commit 40dcadc3f3
@@ -65,6 +65,6 @@ buildPythonPackage rec {
description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats";
homepage = "http://imageio.github.io/";
license = licenses.bsd2;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ Luflosi ];
};
}