mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #116488 from collares/sage-maintainers
maintainers: add collares to the sage team
This commit is contained in:
commit
7e5b76bb3b
2 changed files with 7 additions and 0 deletions
|
@ -1859,6 +1859,12 @@
|
||||||
fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C";
|
fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
collares = {
|
||||||
|
email = "mauricio@collares.org";
|
||||||
|
github = "collares";
|
||||||
|
githubId = 244239;
|
||||||
|
name = "Mauricio Collares";
|
||||||
|
};
|
||||||
copumpkin = {
|
copumpkin = {
|
||||||
email = "pumpkingod@gmail.com";
|
email = "pumpkingod@gmail.com";
|
||||||
github = "copumpkin";
|
github = "copumpkin";
|
||||||
|
|
|
@ -134,6 +134,7 @@ with lib.maintainers; {
|
||||||
timokau
|
timokau
|
||||||
omasanori
|
omasanori
|
||||||
raskin
|
raskin
|
||||||
|
collares
|
||||||
];
|
];
|
||||||
scope = "Maintain SageMath and the dependencies that are likely to break it.";
|
scope = "Maintain SageMath and the dependencies that are likely to break it.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue