treewide: remove ixxie as maintainer from various packages
This commit is contained in:
parent
6f2cf62990
commit
494296ae8b
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -66,6 +66,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/kmike/marisa-trie";
|
||||
changelog = "https://github.com/pytries/marisa-trie/blob/${version}/CHANGES.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
@ -40,6 +40,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/SamuraiT/mecab-python3";
|
||||
changelog = "https://github.com/SamuraiT/mecab-python3/releases/tag/v${version}";
|
||||
license = with licenses; [ gpl2 lgpl21 bsd3 ]; # any of the three
|
||||
maintainers = with maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
@ -41,6 +41,5 @@ buildPythonPackage rec {
|
||||
description = "Python library to perform OAuth handshakes with a MediaWiki installation";
|
||||
homepage = "https://github.com/mediawiki-utilities/python-mwoauth";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
@ -67,6 +67,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/jupyterhub/oauthenticator";
|
||||
changelog = "https://github.com/jupyterhub/oauthenticator/blob/${version}/docs/source/reference/changelog.md";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
@ -47,6 +47,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/anhaidgroup/py_stringmatching";
|
||||
changelog = "https://github.com/anhaidgroup/py_stringmatching/blob/v${version}/CHANGES.txt";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ buildPythonPackage rec {
|
||||
description = "A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.";
|
||||
homepage = "https://github.com/eugeniy/pytest-tornado";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ buildPythonPackage rec {
|
||||
description = "Framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack";
|
||||
homepage = "https://github.com/wndhydrnt/python-oauth2";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
@ -51,6 +51,5 @@ buildPythonPackage rec {
|
||||
description = "A library for looking up the frequencies of words in many languages, based on many sources of data";
|
||||
homepage = "https://github.com/rspeer/wordfreq/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
@ -24,6 +24,5 @@ buildNpmPackage rec {
|
||||
homepage = "https://github.com/jupyterhub/configurable-http-proxy";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "configurable-http-proxy";
|
||||
maintainers = with lib.maintainers; [ ixxie ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user