rkbin: removed thefossguy from maintainer list

This commit is contained in:
Sean Link
2024-03-20 12:24:58 -06:00
parent fbb579e773
commit 32dd56f420
+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" ];
};
}