rkbin: re-add thefossguy as the package maintainer

This commit is contained in:
Pratham Patel 2024-03-21 13:19:33 +05:30
parent 8da44aaa89
commit 911c1a8eca
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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; [ ];
maintainers = with maintainers; [ thefossguy ];
platforms = [ "aarch64-linux" ];
};
}