treewide: remove alxsimon as maintainer (#434934)
Alexis Simon has requested to drop their maintainership of several python packages.
This commit is contained in:
parent
e6f9029802
commit
1ebe8b99ee
@ -1335,12 +1335,6 @@
|
|||||||
githubId = 373;
|
githubId = 373;
|
||||||
name = "Alexandre Girard Davila";
|
name = "Alexandre Girard Davila";
|
||||||
};
|
};
|
||||||
alxsimon = {
|
|
||||||
email = "alexis.simon@normalesup.org";
|
|
||||||
github = "alxsimon";
|
|
||||||
githubId = 9567176;
|
|
||||||
name = "Alexis Simon";
|
|
||||||
};
|
|
||||||
amadaluzia = {
|
amadaluzia = {
|
||||||
email = "amad@atl.tools";
|
email = "amad@atl.tools";
|
||||||
github = "amadaluzia";
|
github = "amadaluzia";
|
||||||
|
@ -46,6 +46,6 @@ buildPythonPackage rec {
|
|||||||
mainProgram = "demes";
|
mainProgram = "demes";
|
||||||
homepage = "https://github.com/popsim-consortium/demes-python";
|
homepage = "https://github.com/popsim-consortium/demes-python";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ alxsimon ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -53,6 +53,6 @@ buildPythonPackage rec {
|
|||||||
mainProgram = "demesdraw";
|
mainProgram = "demesdraw";
|
||||||
homepage = "https://github.com/grahamgower/demesdraw";
|
homepage = "https://github.com/grahamgower/demesdraw";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = with maintainers; [ alxsimon ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -83,6 +83,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/tskit-dev/msprime";
|
homepage = "https://github.com/tskit-dev/msprime";
|
||||||
changelog = "https://github.com/tskit-dev/msprime/blob/${version}/CHANGELOG.md";
|
changelog = "https://github.com/tskit-dev/msprime/blob/${version}/CHANGELOG.md";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ alxsimon ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,6 +34,6 @@ buildPythonPackage rec {
|
|||||||
description = "Python package to read and write the Newick format";
|
description = "Python package to read and write the Newick format";
|
||||||
homepage = "https://github.com/dlce-eva/python-newick";
|
homepage = "https://github.com/dlce-eva/python-newick";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ alxsimon ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,6 +37,6 @@ buildPythonPackage rec {
|
|||||||
description = "Tools for dealing with tree sequences coming to and from SLiM";
|
description = "Tools for dealing with tree sequences coming to and from SLiM";
|
||||||
homepage = "https://github.com/tskit-dev/pyslim";
|
homepage = "https://github.com/tskit-dev/pyslim";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ alxsimon ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -46,6 +46,6 @@ buildPythonPackage rec {
|
|||||||
mainProgram = "tskit";
|
mainProgram = "tskit";
|
||||||
homepage = "https://github.com/tskit-dev/tskit";
|
homepage = "https://github.com/tskit-dev/tskit";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ alxsimon ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user