mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #182001 from dfithian/dfithian-maintainer
beats: add dfithian as maintainer
This commit is contained in:
commit
1715c13faa
@ -14714,4 +14714,10 @@
|
||||
github = "npatsakula";
|
||||
githubId = 23001619;
|
||||
};
|
||||
dfithian = {
|
||||
email = "daniel.m.fithian@gmail.com";
|
||||
name = "Daniel Fithian";
|
||||
github = "dfithian";
|
||||
githubId = 8409320;
|
||||
};
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ let beat = package : extraArgs : buildGoPackage (rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://www.elastic.co/products/beats";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fadenb basvandijk ];
|
||||
maintainers = with maintainers; [ fadenb basvandijk dfithian ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
} // extraArgs);
|
||||
|
@ -18,7 +18,7 @@ let beat = package: extraArgs: buildGoModule (rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://www.elastic.co/products/beats";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fadenb basvandijk ];
|
||||
maintainers = with maintainers; [ fadenb basvandijk dfithian ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
} // extraArgs);
|
||||
|
Loading…
Reference in New Issue
Block a user