Commit 494296ae authored by Matan Bendix Shenhav's avatar Matan Bendix Shenhav Committed by Weijia Wang
Browse files

treewide: remove ixxie as maintainer from various packages

parent 6f2cf629
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,6 +56,5 @@ buildPythonPackage rec {
    homepage =  "https://github.com/globus/globus-sdk-python";
    changelog = "https://github.com/globus/globus-sdk-python/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ ixxie ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -59,6 +59,5 @@ buildPythonPackage rec {
    description = "Hierarchical Density-Based Spatial Clustering of Applications with Noise, a clustering algorithm with a scikit-learn compatible API";
    homepage =  "https://github.com/scikit-learn-contrib/hdbscan";
    license = licenses.bsd3;
    maintainers = with maintainers; [ ixxie ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -23,6 +23,5 @@ buildPythonPackage rec {
    description = "Simple LDAP Authenticator Plugin for JupyterHub";
    homepage =  "https://github.com/jupyterhub/ldapauthenticator";
    license = licenses.bsd3;
    maintainers = with maintainers; [ ixxie ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -205,7 +205,6 @@ buildPythonPackage rec {
    homepage = "https://jupyter.org/";
    changelog = "https://github.com/jupyterhub/jupyterhub/blob/${version}/docs/source/reference/changelog.md";
    license = licenses.bsd3;
    maintainers = with maintainers; [ ixxie ];
    # darwin: E   OSError: dlopen(/nix/store/43zml0mlr17r5jsagxr00xxx91hz9lky-openpam-20170430/lib/libpam.so, 6): image not found
    broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
  };
+0 −1
Original line number Diff line number Diff line
@@ -48,6 +48,5 @@ buildPythonPackage rec {
    description = "Python toolkit for working with and comparing the standardized codes for languages";
    homepage = "https://github.com/LuminosoInsight/langcodes";
    license = licenses.mit;
    maintainers = with maintainers; [ ixxie ];
  };
}
Loading