maintainers: remove jwilberding

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:26:43 +02:00
parent 9966a132db
commit 0d5d9c159b
2 changed files with 1 additions and 5 deletions

View File

@ -6461,10 +6461,6 @@
githubId = 46386452;
name = "Jeroen Wijenbergh";
};
jwilberding = {
email = "jwilberding@afiniate.com";
name = "Jordan Wilberding";
};
jwoudenberg = {
email = "nixpkgs@jasperwoudenberg.com";
github = "jwoudenberg";

View File

@ -20,7 +20,7 @@ buildDunePackage rec {
description = "Syntax for cross-language type definitions";
homepage = "https://github.com/mjambon/atd";
license = licenses.mit;
maintainers = with maintainers; [ aij jwilberding ];
maintainers = with maintainers; [ aij ];
mainProgram = "atdcat";
};
}