Unverified Commit 47f570f6 authored by Nick Cao's avatar Nick Cao
Browse files

python3Packages.allpairspy: add nickcao to maintainers

parent 686945e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}