lol

Merge pull request #233238 from emilylange/username-change

maintainers: rename indeednotjames to emilylange

authored by

pennae and committed by
GitHub
72708654 11ba296e

+16 -16
+6 -6
maintainers/maintainer-list.nix
··· 4609 4609 githubId = 18535642; 4610 4610 name = "Emily"; 4611 4611 }; 4612 + emilylange = { 4613 + email = "nix@emilylange.de"; 4614 + github = "emilylange"; 4615 + githubId = 55066419; 4616 + name = "Emily Lange"; 4617 + }; 4612 4618 emilytrau = { 4613 4619 name = "Emily Trau"; 4614 4620 email = "nix@angus.ws"; ··· 6774 6780 github = "inclyc"; 6775 6781 githubId = 36667224; 6776 6782 name = "Yingchi Long"; 6777 - }; 6778 - indeednotjames = { 6779 - email = "nix@indeednotjames.com"; 6780 - github = "IndeedNotJames"; 6781 - githubId = 55066419; 6782 - name = "Emily Lange"; 6783 6783 }; 6784 6784 indexyz = { 6785 6785 email = "indexyz@pm.me";
+1 -1
nixos/modules/services/security/vault-agent.nix
··· 123 123 }) 124 124 [ "consul-template" "vault-agent" ]); 125 125 126 - meta.maintainers = with maintainers; [ indeednotjames tcheronneau ]; 126 + meta.maintainers = with maintainers; [ emilylange tcheronneau ]; 127 127 } 128 128
+1 -1
nixos/tests/gitea.nix
··· 26 26 supportedDbTypes = [ "mysql" "postgres" "sqlite3" ]; 27 27 makeGiteaTest = type: nameValuePair type (makeTest { 28 28 name = "${giteaPackage.pname}-${type}"; 29 - meta.maintainers = with maintainers; [ aanderse indeednotjames kolaente ma27 ]; 29 + meta.maintainers = with maintainers; [ aanderse emilylange kolaente ma27 ]; 30 30 31 31 nodes = { 32 32 server = { config, pkgs, ... }: {
+1 -1
pkgs/applications/version-management/forgejo/default.nix
··· 116 116 homepage = "https://forgejo.org"; 117 117 changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/v${version}"; 118 118 license = licenses.mit; 119 - maintainers = with maintainers; [ indeednotjames urandom ]; 119 + maintainers = with maintainers; [ emilylange urandom ]; 120 120 broken = stdenv.isDarwin; 121 121 mainProgram = "gitea"; 122 122 };
+1 -1
pkgs/development/tools/continuous-integration/drone-runner-docker/default.nix
··· 14 14 vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k="; 15 15 16 16 meta = with lib; { 17 - maintainers = with maintainers; [ endocrimes indeednotjames ]; 17 + maintainers = with maintainers; [ endocrimes emilylange ]; 18 18 license = licenses.unfreeRedistributable; 19 19 homepage = "https://github.com/drone-runners/drone-runner-docker"; 20 20 description = "Drone pipeline runner that executes builds inside Docker containers";
+1 -1
pkgs/servers/caddy/default.nix
··· 64 64 homepage = "https://caddyserver.com"; 65 65 description = "Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS"; 66 66 license = licenses.asl20; 67 - maintainers = with maintainers; [ Br1ght0ne indeednotjames techknowlogick ]; 67 + maintainers = with maintainers; [ Br1ght0ne emilylange techknowlogick ]; 68 68 }; 69 69 }
+1 -1
pkgs/servers/caddy/xcaddy/default.nix
··· 30 30 homepage = "https://github.com/caddyserver/xcaddy"; 31 31 description = "Build Caddy with plugins"; 32 32 license = licenses.asl20; 33 - maintainers = with maintainers; [ tjni indeednotjames ]; 33 + maintainers = with maintainers; [ tjni emilylange ]; 34 34 }; 35 35 }
+1 -1
pkgs/servers/ldap/lldap/default.nix
··· 109 109 changelog = "https://github.com/lldap/lldap/blob/v${lldap.version}/CHANGELOG.md"; 110 110 license = licenses.gpl3Only; 111 111 platforms = platforms.linux; 112 - maintainers = with maintainers; [ indeednotjames bendlas ]; 112 + maintainers = with maintainers; [ emilylange bendlas ]; 113 113 }; 114 114 })
+1 -1
pkgs/servers/monitoring/grafana-agent/default.nix
··· 71 71 description = "A lightweight subset of Prometheus and more, optimized for Grafana Cloud"; 72 72 license = licenses.asl20; 73 73 homepage = "https://grafana.com/products/cloud"; 74 - maintainers = with maintainers; [ flokli indeednotjames ]; 74 + maintainers = with maintainers; [ flokli emilylange ]; 75 75 }; 76 76 }
+1 -1
pkgs/servers/monitoring/laurel/default.nix
··· 25 25 homepage = "https://github.com/threathunters-io/laurel"; 26 26 changelog = "https://github.com/threathunters-io/laurel/releases/tag/v${version}"; 27 27 license = licenses.gpl3Plus; 28 - maintainers = with maintainers; [ indeednotjames ]; 28 + maintainers = with maintainers; [ emilylange ]; 29 29 platforms = platforms.linux; 30 30 }; 31 31 }
+1 -1
pkgs/servers/monitoring/loki/default.nix
··· 55 55 license = with licenses; [ agpl3Only asl20 ]; 56 56 homepage = "https://grafana.com/oss/loki/"; 57 57 changelog = "https://github.com/grafana/loki/releases/tag/v${version}"; 58 - maintainers = with maintainers; [ willibutz globin mmahut indeednotjames ]; 58 + maintainers = with maintainers; [ willibutz globin mmahut emilylange ]; 59 59 }; 60 60 }