maintainers: add redhawk as a xmrig-mo maintainer

This commit is contained in:
Redhawk18 2024-07-22 18:03:23 -04:00
parent 00809ce805
commit 251fc16a08

View File

@ -20,6 +20,6 @@ xmrig.overrideAttrs (oldAttrs: rec {
license = licenses.gpl3Plus;
mainProgram = "xmrig";
platforms = platforms.unix;
maintainers = with maintainers; [ j0hax ];
maintainers = with maintainers; [ j0hax redhawk ];
};
})