Unverified Commit 8b618a20 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

reindeer: add amaanq to maintainers (#484261)

parents a8c33beb 9e19b97b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec {
    mainProgram = "reindeer";
    homepage = "https://github.com/facebookincubator/reindeer";
    license = with lib.licenses; [ mit ];
    maintainers = [ ];
    maintainers = with lib.maintainers; [ amaanq ];
  };
}