about summary refs log tree commit diff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2019-10-08 21:44:56 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2019-10-08 21:45:44 -0400
commitc5b7f9f85f97a9db6fa13b665de6c87f57321f4e (patch)
treed55b4350963ca1b6dea18232a62a2f2ac269e9d1 /pkgs/misc/uboot
parent9e141fcf969a2a21feb4b11e55177cbbd3b9a253 (diff)
u-boot: Add self as maintainer
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index e58c03285750e..ffe576c31d81a 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -82,7 +82,7 @@ let
       homepage = http://www.denx.de/wiki/U-Boot/;
       description = "Boot loader for embedded systems";
       license = licenses.gpl2;
-      maintainers = [ maintainers.dezgeg ];
+      maintainers = with maintainers; [ dezgeg samueldr ];
     } // extraMeta;
   } // removeAttrs args [ "extraMeta" ]);