uboot*: Drop samueldr as maintainer

This commit is contained in:
Samuel Dionne-Riel 2024-06-20 20:45:18 -04:00
parent 08c444643e
commit caf402f789

View File

@ -133,7 +133,7 @@ let
homepage = "https://www.denx.de/wiki/U-Boot/"; homepage = "https://www.denx.de/wiki/U-Boot/";
description = "Boot loader for embedded systems"; description = "Boot loader for embedded systems";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ bartsch dezgeg samueldr lopsided98 ]; maintainers = with maintainers; [ bartsch dezgeg lopsided98 ];
} // extraMeta; } // extraMeta;
} // removeAttrs args [ "extraMeta" "pythonScriptsToInstall" ])); } // removeAttrs args [ "extraMeta" "pythonScriptsToInstall" ]));
in { in {