maintainers: remove jwilberding
no github account linked
This commit is contained in:
parent
9966a132db
commit
0d5d9c159b
2 changed files with 1 additions and 5 deletions
|
@ -6461,10 +6461,6 @@
|
||||||
githubId = 46386452;
|
githubId = 46386452;
|
||||||
name = "Jeroen Wijenbergh";
|
name = "Jeroen Wijenbergh";
|
||||||
};
|
};
|
||||||
jwilberding = {
|
|
||||||
email = "jwilberding@afiniate.com";
|
|
||||||
name = "Jordan Wilberding";
|
|
||||||
};
|
|
||||||
jwoudenberg = {
|
jwoudenberg = {
|
||||||
email = "nixpkgs@jasperwoudenberg.com";
|
email = "nixpkgs@jasperwoudenberg.com";
|
||||||
github = "jwoudenberg";
|
github = "jwoudenberg";
|
||||||
|
|
|
@ -20,7 +20,7 @@ buildDunePackage rec {
|
||||||
description = "Syntax for cross-language type definitions";
|
description = "Syntax for cross-language type definitions";
|
||||||
homepage = "https://github.com/mjambon/atd";
|
homepage = "https://github.com/mjambon/atd";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ aij jwilberding ];
|
maintainers = with maintainers; [ aij ];
|
||||||
mainProgram = "atdcat";
|
mainProgram = "atdcat";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue