python3Packages.allpairspy: add nickcao to maintainers

This commit is contained in:
Nick Cao
2023-07-13 16:00:31 +08:00
parent 686945e0c0
commit 47f570f62c
@@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/thombashi/allpairspy";
changelog = "https://github.com/thombashi/allpairspy/releases/tag/v${version}";
license = licenses.mit;
maintainers = [ ];
maintainers = with maintainers; [ nickcao ];
};
}