forked from mirrors/nixpkgs
maintainers: rename indeednotjames to emilylange
This commit is contained in:
parent
3005f20ce0
commit
b0e7f7f5db
|
@ -4609,6 +4609,12 @@
|
|||
githubId = 18535642;
|
||||
name = "Emily";
|
||||
};
|
||||
emilylange = {
|
||||
email = "nix@emilylange.de";
|
||||
github = "emilylange";
|
||||
githubId = 55066419;
|
||||
name = "Emily Lange";
|
||||
};
|
||||
emilytrau = {
|
||||
name = "Emily Trau";
|
||||
email = "nix@angus.ws";
|
||||
|
@ -6775,12 +6781,6 @@
|
|||
githubId = 36667224;
|
||||
name = "Yingchi Long";
|
||||
};
|
||||
indeednotjames = {
|
||||
email = "nix@indeednotjames.com";
|
||||
github = "IndeedNotJames";
|
||||
githubId = 55066419;
|
||||
name = "Emily Lange";
|
||||
};
|
||||
indexyz = {
|
||||
email = "indexyz@pm.me";
|
||||
github = "5aaee9";
|
||||
|
|
|
@ -123,6 +123,6 @@ in
|
|||
})
|
||||
[ "consul-template" "vault-agent" ]);
|
||||
|
||||
meta.maintainers = with maintainers; [ indeednotjames tcheronneau ];
|
||||
meta.maintainers = with maintainers; [ emilylange tcheronneau ];
|
||||
}
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ let
|
|||
supportedDbTypes = [ "mysql" "postgres" "sqlite3" ];
|
||||
makeGiteaTest = type: nameValuePair type (makeTest {
|
||||
name = "${giteaPackage.pname}-${type}";
|
||||
meta.maintainers = with maintainers; [ aanderse indeednotjames kolaente ma27 ];
|
||||
meta.maintainers = with maintainers; [ aanderse emilylange kolaente ma27 ];
|
||||
|
||||
nodes = {
|
||||
server = { config, pkgs, ... }: {
|
||||
|
|
|
@ -116,7 +116,7 @@ buildGoModule rec {
|
|||
homepage = "https://forgejo.org";
|
||||
changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ indeednotjames urandom ];
|
||||
maintainers = with maintainers; [ emilylange urandom ];
|
||||
broken = stdenv.isDarwin;
|
||||
mainProgram = "gitea";
|
||||
};
|
||||
|
|
|
@ -14,7 +14,7 @@ buildGoModule rec {
|
|||
vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k=";
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ endocrimes indeednotjames ];
|
||||
maintainers = with maintainers; [ endocrimes emilylange ];
|
||||
license = licenses.unfreeRedistributable;
|
||||
homepage = "https://github.com/drone-runners/drone-runner-docker";
|
||||
description = "Drone pipeline runner that executes builds inside Docker containers";
|
||||
|
|
|
@ -64,6 +64,6 @@ buildGoModule {
|
|||
homepage = "https://caddyserver.com";
|
||||
description = "Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ Br1ght0ne indeednotjames techknowlogick ];
|
||||
maintainers = with maintainers; [ Br1ght0ne emilylange techknowlogick ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,6 +30,6 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/caddyserver/xcaddy";
|
||||
description = "Build Caddy with plugins";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ tjni indeednotjames ];
|
||||
maintainers = with maintainers; [ tjni emilylange ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -109,6 +109,6 @@ in rustPlatform.buildRustPackage (commonDerivationAttrs // {
|
|||
changelog = "https://github.com/lldap/lldap/blob/v${lldap.version}/CHANGELOG.md";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ indeednotjames bendlas ];
|
||||
maintainers = with maintainers; [ emilylange bendlas ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -71,6 +71,6 @@ buildGoModule rec {
|
|||
description = "A lightweight subset of Prometheus and more, optimized for Grafana Cloud";
|
||||
license = licenses.asl20;
|
||||
homepage = "https://grafana.com/products/cloud";
|
||||
maintainers = with maintainers; [ flokli indeednotjames ];
|
||||
maintainers = with maintainers; [ flokli emilylange ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/threathunters-io/laurel";
|
||||
changelog = "https://github.com/threathunters-io/laurel/releases/tag/v${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ indeednotjames ];
|
||||
maintainers = with maintainers; [ emilylange ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -55,6 +55,6 @@ buildGoModule rec {
|
|||
license = with licenses; [ agpl3Only asl20 ];
|
||||
homepage = "https://grafana.com/oss/loki/";
|
||||
changelog = "https://github.com/grafana/loki/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ willibutz globin mmahut indeednotjames ];
|
||||
maintainers = with maintainers; [ willibutz globin mmahut emilylange ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue