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:
parent
600e3f6712
commit
fc68e1100a
2 changed files with 3 additions and 9 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue