summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2019-12-05 22:09:20 -0500
committerBen Wolsieffer <benwolsieffer@gmail.com>2019-12-05 22:09:20 -0500
commit7486e0ad2630187c71be4c174fbacfed625ba55f (patch)
treeddd6419a28f3fadd159d11a9472556ed8d96e98a /pkgs
parent884580982851dee0529f018a0bb351f192e6f1d7 (diff)
downloadnixpkgs-7486e0ad2630187c71be4c174fbacfed625ba55f.tar
nixpkgs-7486e0ad2630187c71be4c174fbacfed625ba55f.tar.gz
nixpkgs-7486e0ad2630187c71be4c174fbacfed625ba55f.tar.bz2
nixpkgs-7486e0ad2630187c71be4c174fbacfed625ba55f.tar.lz
nixpkgs-7486e0ad2630187c71be4c174fbacfed625ba55f.tar.xz
nixpkgs-7486e0ad2630187c71be4c174fbacfed625ba55f.tar.zst
nixpkgs-7486e0ad2630187c71be4c174fbacfed625ba55f.zip
uboot: add lopsided98 to maintainers
Diffstat (limited to 'pkgs')
-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 af129ff0f9a..a11f99c91fd 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -95,7 +95,7 @@ let
       homepage = http://www.denx.de/wiki/U-Boot/;
       description = "Boot loader for embedded systems";
       license = licenses.gpl2;
-      maintainers = with maintainers; [ dezgeg samueldr ];
+      maintainers = with maintainers; [ dezgeg samueldr lopsided98 ];
     } // extraMeta;
   } // removeAttrs args [ "extraMeta" ]);