1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

maintainers: jkarlson -> ethorsoe

Account renamed and entry duplicated in nixpkgs.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-08-11 08:53:32 -05:00
parent 600e3f6712
commit fc68e1100a
2 changed files with 3 additions and 9 deletions

View file

@ -219,12 +219,6 @@
github = "Janik-Haag"; github = "Janik-Haag";
githubId = 80165193; githubId = 80165193;
}; };
jkarlson = {
email = "jekarlson@gmail.com";
github = "jkarlson";
githubId = 1204734;
name = "Emil Karlson";
};
jonringer = { jonringer = {
email = "jonringer117@gmail.com"; email = "jonringer117@gmail.com";
matrix = "@jonringer:matrix.org"; matrix = "@jonringer:matrix.org";

View file

@ -304,9 +304,9 @@ let
) accounts); ) accounts);
in in
{ {
meta.maintainers = with lib.hm.maintainers; [ meta.maintainers = [
d-dervishi lib.hm.maintainers.d-dervishi
jkarlson lib.maintainers.jkarlson
]; ];
options = { options = {