maintainers: remove winden

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:32:05 +02:00
parent 4272b6439b
commit 0aac41a5d9
2 changed files with 1 additions and 5 deletions

View File

@ -13613,10 +13613,6 @@
githubId = 5185341;
name = "Will Cohen";
};
winden = {
email = "windenntw@gmail.com";
name = "Antonio Vargas Gonzalez";
};
winpat = {
email = "patrickwinter@posteo.ch";
github = "winpat";

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
description = "Icarus Verilog compiler";
homepage = "http://iverilog.icarus.com/"; # https does not work
license = with licenses; [ gpl2Plus lgpl21Plus ];
maintainers = with maintainers; [ winden thoughtpolice ];
maintainers = with maintainers; [ thoughtpolice ];
platforms = platforms.all;
};
}