unrar-free: add anthonyroussel to maintainers
This commit is contained in:
@@ -45,7 +45,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://gitlab.com/bgermann/unrar-free";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "unrar-free";
|
||||
maintainers = with lib.maintainers; [ thiagokokada ];
|
||||
maintainers = with lib.maintainers; [
|
||||
anthonyroussel
|
||||
thiagokokada
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user