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
+1 -1
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" ];
};
}