python39Packages.flit: sync maintainers with flit-core

This commit is contained in:
Sandro Jäckel
2022-03-27 20:09:47 +02:00
parent 303eaed49f
commit 3073f621c1

View File

@@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "A simple packaging tool for simple packages";
homepage = "https://github.com/pypa/flit";
license = licenses.bsd3;
maintainers = [ maintainers.fridh ];
maintainers = with maintainers; [ fridh SuperSandro2000 ];
};
}