lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: remove alxsimon as maintainer (#434934)

Alexis Simon has requested to drop their maintainership of several python packages.

authored by

Alexis Simon and committed by
GitHub
1ebe8b99 e6f90298

+6 -12
-6
maintainers/maintainer-list.nix
··· 1335 1335 githubId = 373; 1336 1336 name = "Alexandre Girard Davila"; 1337 1337 }; 1338 - alxsimon = { 1339 - email = "alexis.simon@normalesup.org"; 1340 - github = "alxsimon"; 1341 - githubId = 9567176; 1342 - name = "Alexis Simon"; 1343 - }; 1344 1338 amadaluzia = { 1345 1339 email = "amad@atl.tools"; 1346 1340 github = "amadaluzia";
+1 -1
pkgs/development/python-modules/demes/default.nix
··· 46 46 mainProgram = "demes"; 47 47 homepage = "https://github.com/popsim-consortium/demes-python"; 48 48 license = licenses.isc; 49 - maintainers = with maintainers; [ alxsimon ]; 49 + maintainers = with maintainers; [ ]; 50 50 }; 51 51 }
+1 -1
pkgs/development/python-modules/demesdraw/default.nix
··· 53 53 mainProgram = "demesdraw"; 54 54 homepage = "https://github.com/grahamgower/demesdraw"; 55 55 license = licenses.isc; 56 - maintainers = with maintainers; [ alxsimon ]; 56 + maintainers = with maintainers; [ ]; 57 57 }; 58 58 }
+1 -1
pkgs/development/python-modules/msprime/default.nix
··· 83 83 homepage = "https://github.com/tskit-dev/msprime"; 84 84 changelog = "https://github.com/tskit-dev/msprime/blob/${version}/CHANGELOG.md"; 85 85 license = licenses.gpl3Plus; 86 - maintainers = with maintainers; [ alxsimon ]; 86 + maintainers = with maintainers; [ ]; 87 87 }; 88 88 }
+1 -1
pkgs/development/python-modules/newick/default.nix
··· 34 34 description = "Python package to read and write the Newick format"; 35 35 homepage = "https://github.com/dlce-eva/python-newick"; 36 36 license = licenses.asl20; 37 - maintainers = with maintainers; [ alxsimon ]; 37 + maintainers = with maintainers; [ ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/python-modules/pyslim/default.nix
··· 37 37 description = "Tools for dealing with tree sequences coming to and from SLiM"; 38 38 homepage = "https://github.com/tskit-dev/pyslim"; 39 39 license = licenses.mit; 40 - maintainers = with maintainers; [ alxsimon ]; 40 + maintainers = with maintainers; [ ]; 41 41 }; 42 42 }
+1 -1
pkgs/development/python-modules/tskit/default.nix
··· 46 46 mainProgram = "tskit"; 47 47 homepage = "https://github.com/tskit-dev/tskit"; 48 48 license = lib.licenses.mit; 49 - maintainers = with lib.maintainers; [ alxsimon ]; 49 + maintainers = with lib.maintainers; [ ]; 50 50 }; 51 51 }