lol
0
fork

Configure Feed

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

maintainers: add gfrascadorio

Added new entry to maintainers
Fixed new retry package to cite new maintainer

+7 -1
+6
maintainers/maintainer-list.nix
··· 3657 3657 githubId = 10353047; 3658 3658 name = "Tobias Happ"; 3659 3659 }; 3660 + gfrascadorio = { 3661 + email = "gfrascadorio@tutanota.com"; 3662 + github = "gfrascadorio"; 3663 + githubId = 37602871; 3664 + name = "Galois"; 3665 + }; 3660 3666 ggpeti = { 3661 3667 email = "ggpeti@gmail.com"; 3662 3668 github = "ggpeti";
+1 -1
pkgs/tools/system/retry/default.nix
··· 17 17 description = "Retry a command until the command succeeds"; 18 18 platforms = platforms.all; 19 19 license = licenses.asl20; 20 - # maintainers = with maintainers; [ gfrascadorio ]; 20 + maintainers = with maintainers; [ gfrascadorio ]; 21 21 }; 22 22 } 23 23