Merge pull request #224122 from superherointj/remove-superherointj
maintainers: remove superherointj
This commit is contained in:
commit
ce1d12621b
@ -14570,13 +14570,6 @@
|
|||||||
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";
|
||||||
|
@ -66,7 +66,7 @@ in buildGoModule rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://fluxcd.io";
|
homepage = "https://fluxcd.io";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ bryanasdev000 jlesquembre superherointj ];
|
maintainers = with maintainers; [ bryanasdev000 jlesquembre ];
|
||||||
mainProgram = "flux";
|
mainProgram = "flux";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -77,7 +77,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 superherointj yajo ];
|
maintainers = with maintainers; [ euank mic92 yajo ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user