libxslt: Add myself as a maintainer

main
Jan Tojnar 2 years ago
parent 1614783d59
commit 1532841149
  1. 2
      pkgs/development/libraries/libxslt/default.nix

@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
description = "A C library and tools to do XSL transformations";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ eelco ];
maintainers = with maintainers; [ eelco jtojnar ];
broken = pythonSupport && !libxml2.pythonSupport; # see #73102 for why this is not an assert
};
}

Loading…
Cancel
Save