Merge pull request #297511 from seanybaggins/remove-the-foss-guy-maintainer

rkbin: removed thefossguy from maintainer list
This commit is contained in:
Weijia Wang 2024-03-20 19:45:01 +01:00 committed by GitHub
commit 2ef849500f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
description = "Rockchip proprietary bootloader blobs";
homepage = "https://github.com/rockchip-linux/rkbin";
license = licenses.unfree;
maintainers = with maintainers; [ thefossguy ];
maintainers = with maintainers; [ ];
platforms = [ "aarch64-linux" ];
};
}