Commit de977962 authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

unrar-free: add anthonyroussel to maintainers

parent d70029ab
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;
  };