From 73ac7f5876837b6783309273b622a43efacef4fe Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 8 Jul 2009 15:56:05 +0000 Subject: [PATCH] svn path=/nixpkgs/trunk/; revision=16256 --- pkgs/lib/maintainers.nix | 2 +- pkgs/top-level/make-tarball.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; + }; }