Commit 0b05938c authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.m2crypto: add sarahec as maintainer

parent 6f7f177d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,6 +58,6 @@ buildPythonPackage (finalAttrs: {
    homepage = "https://gitlab.com/m2crypto/m2crypto";
    changelog = "https://gitlab.com/m2crypto/m2crypto/-/blob/${finalAttrs.version}/CHANGES";
    license = lib.licenses.mit;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sarahec ];
  };
})