Merge pull request #213750 from superherointj/add-superherointj-as-maintainer
maintainers: add superherointj
This commit is contained in:
commit
a5100a04fa
3 changed files with 9 additions and 2 deletions
|
@ -13996,6 +13996,13 @@
|
||||||
githubId = 2666479;
|
githubId = 2666479;
|
||||||
name = "Y Nguyen";
|
name = "Y Nguyen";
|
||||||
};
|
};
|
||||||
|
superherointj = {
|
||||||
|
name = "Sérgio Marcelo";
|
||||||
|
email = "sergiomarcelo+nixpkgs@ya.ru";
|
||||||
|
matrix = "@superherointj:matrix.org";
|
||||||
|
github = "superherointj";
|
||||||
|
githubId = 5861043;
|
||||||
|
};
|
||||||
SuperSandro2000 = {
|
SuperSandro2000 = {
|
||||||
email = "sandro.jaeckel@gmail.com";
|
email = "sandro.jaeckel@gmail.com";
|
||||||
matrix = "@sandro:supersandro.de";
|
matrix = "@sandro:supersandro.de";
|
||||||
|
|
|
@ -65,7 +65,7 @@ in buildGoModule rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://fluxcd.io";
|
homepage = "https://fluxcd.io";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ bryanasdev000 jlesquembre ];
|
maintainers = with maintainers; [ bryanasdev000 jlesquembre superherointj ];
|
||||||
mainProgram = "flux";
|
mainProgram = "flux";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@ let
|
||||||
description = "A lightweight Kubernetes distribution";
|
description = "A lightweight Kubernetes distribution";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = "https://k3s.io";
|
homepage = "https://k3s.io";
|
||||||
maintainers = with maintainers; [ euank mic92 ];
|
maintainers = with maintainers; [ euank mic92 superherointj ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue