Commit 908a8f3e authored by Mario Rodas's avatar Mario Rodas
Browse files

h3: add marsam to maintainers

parent e069b686
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ let
        license = licenses.asl20;
        changelog = "https://github.com/uber/h3/raw/v${version}/CHANGELOG.md";
        platforms = platforms.all;
        maintainers = [ maintainers.kalbasit ];
        maintainers = with maintainers; [ kalbasit marsam ];
      };
    };
in