File tree Expand file tree Collapse file tree 6 files changed +19
-3
lines changed
development/python-modules/copier Expand file tree Collapse file tree 6 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 2309123091 githubId = 99875823;
2309223092 name = "Michael Savedra";
2309323093 };
23094+ savtrip = {
23095+ github = "savtrip";
23096+ githubId = 42227195;
23097+ name = "Sav Tripodi";
23098+ };
2309423099 savyajha = {
23095231002309623101 github = "savyajha";
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ with lib.maintainers;
115115 happysalada
116116 minijackson
117117 yurrriq
118+ savtrip
118119 ] ;
119120 github = "beam" ;
120121 scope = "Maintain BEAM-related packages and modules." ;
Original file line number Diff line number Diff line change @@ -48,7 +48,10 @@ buildGoModule rec {
4848 homepage = "https://github.com/charmbracelet/gum" ;
4949 changelog = "https://github.com/charmbracelet/gum/releases/tag/v${ version } " ;
5050 license = lib . licenses . mit ;
51- maintainers = with lib . maintainers ; [ maaslalani ] ;
51+ maintainers = with lib . maintainers ; [
52+ maaslalani
53+ savtrip
54+ ] ;
5255 mainProgram = "gum" ;
5356 } ;
5457}
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ buildGoModule (finalAttrs: {
8383 maintainers = with lib . maintainers ; [
8484 Br1ght0ne
8585 Frostman
86+ savtrip
8687 ] ;
8788 } ;
8889} )
Original file line number Diff line number Diff line change @@ -222,7 +222,10 @@ python3Packages.buildPythonApplication rec {
222222 homepage = "https://pre-commit.com/" ;
223223 changelog = "https://github.com/pre-commit/pre-commit/blob/${ src . tag } /CHANGELOG.md" ;
224224 license = lib . licenses . mit ;
225- maintainers = with lib . maintainers ; [ borisbabic ] ;
225+ maintainers = with lib . maintainers ; [
226+ borisbabic
227+ savtrip
228+ ] ;
226229 mainProgram = "pre-commit" ;
227230 } ;
228231}
Original file line number Diff line number Diff line change @@ -79,7 +79,10 @@ buildPythonPackage rec {
7979 homepage = "https://copier.readthedocs.io" ;
8080 changelog = "https://github.com/copier-org/copier/blob/${ src . tag } /CHANGELOG.md" ;
8181 license = lib . licenses . mit ;
82- maintainers = with lib . maintainers ; [ greg ] ;
82+ maintainers = with lib . maintainers ; [
83+ greg
84+ savtrip
85+ ] ;
8386 mainProgram = "copier" ;
8487 } ;
8588}
You can’t perform that action at this time.
0 commit comments