Merge pull request #233238 from emilylange/username-change

maintainers: rename indeednotjames to emilylange

pennae 72708654 11ba296e

Changed files
+16 -16
maintainers
nixos
modules
services
security
tests
pkgs
applications
version-management
forgejo
development
tools
continuous-integration
drone-runner-docker
servers
caddy
ldap
lldap
monitoring
grafana-agent
laurel
loki
+6 -6
maintainers/maintainer-list.nix
···
githubId = 18535642;
name = "Emily";
};
+
emilylange = {
+
email = "nix@emilylange.de";
+
github = "emilylange";
+
githubId = 55066419;
+
name = "Emily Lange";
+
};
emilytrau = {
name = "Emily Trau";
email = "nix@angus.ws";
···
github = "inclyc";
githubId = 36667224;
name = "Yingchi Long";
-
};
-
indeednotjames = {
-
email = "nix@indeednotjames.com";
-
github = "IndeedNotJames";
-
githubId = 55066419;
-
name = "Emily Lange";
};
indexyz = {
email = "indexyz@pm.me";
+1 -1
nixos/modules/services/security/vault-agent.nix
···
})
[ "consul-template" "vault-agent" ]);
-
meta.maintainers = with maintainers; [ indeednotjames tcheronneau ];
+
meta.maintainers = with maintainers; [ emilylange tcheronneau ];
}
+1 -1
nixos/tests/gitea.nix
···
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, ... }: {
+1 -1
pkgs/applications/version-management/forgejo/default.nix
···
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";
};
+1 -1
pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
···
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";
+1 -1
pkgs/servers/caddy/default.nix
···
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 ];
};
}
+1 -1
pkgs/servers/caddy/xcaddy/default.nix
···
homepage = "https://github.com/caddyserver/xcaddy";
description = "Build Caddy with plugins";
license = licenses.asl20;
-
maintainers = with maintainers; [ tjni indeednotjames ];
+
maintainers = with maintainers; [ tjni emilylange ];
};
}
+1 -1
pkgs/servers/ldap/lldap/default.nix
···
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 ];
};
})
+1 -1
pkgs/servers/monitoring/grafana-agent/default.nix
···
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 ];
};
}
+1 -1
pkgs/servers/monitoring/laurel/default.nix
···
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;
};
}
+1 -1
pkgs/servers/monitoring/loki/default.nix
···
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 ];
};
}