Unverified Commit f5b47791 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

thanos: add anthonyroussel to maintainers

parent 65be7120
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,6 +50,6 @@ buildGoModule rec {
    homepage = "https://github.com/thanos-io/thanos";
    changelog = "https://github.com/thanos-io/thanos/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ basvandijk ];
    maintainers = with maintainers; [ basvandijk anthonyroussel ];
  };
}