mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
maintainers: add gfrascadorio
Added new entry to maintainers Fixed new retry package to cite new maintainer
This commit is contained in:
parent
d0d4af2c40
commit
30d19f22e2
2 changed files with 7 additions and 1 deletions
|
@ -3657,6 +3657,12 @@
|
|||
githubId = 10353047;
|
||||
name = "Tobias Happ";
|
||||
};
|
||||
gfrascadorio = {
|
||||
email = "gfrascadorio@tutanota.com";
|
||||
github = "gfrascadorio";
|
||||
githubId = 37602871;
|
||||
name = "Galois";
|
||||
};
|
||||
ggpeti = {
|
||||
email = "ggpeti@gmail.com";
|
||||
github = "ggpeti";
|
||||
|
|
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Retry a command until the command succeeds";
|
||||
platforms = platforms.all;
|
||||
license = licenses.asl20;
|
||||
# maintainers = with maintainers; [ gfrascadorio ];
|
||||
maintainers = with maintainers; [ gfrascadorio ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue