Unverified Commit cbfa0a9b authored by misilelab's avatar misilelab
Browse files

python3Packages.dep-logic: add misilelab to maintainers

parent 0f141645
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ buildPythonPackage rec {
    description = "Python dependency specifications supporting logical operations";
    homepage = "https://github.com/pdm-project/dep-logic";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ tomasajt ];
    maintainers = with lib.maintainers; [
      tomasajt
      misilelab
    ];
  };
}