diff --git a/pkgs/lib/maintainers.nix b/pkgs/lib/maintainers.nix index f192cb218c4..99df01de29d 100644 --- a/pkgs/lib/maintainers.nix +++ b/pkgs/lib/maintainers.nix @@ -1,10 +1,10 @@ /* -*- coding: utf-8; -*- */ { - /* Add your name and email address here. Keep the list alphabetically sorted. */ + eelco = "Eelco Dolstra > $out/nix-support/hydra-build-products ''; + + meta = { + maintainers = lib.eelco; + }; }