Unverified Commit dc8293a5 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

meshcentral: take over maintainership

Discussed this with Linus in private.
parent cc1c593b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ yarn2nix-moretea.mkYarnPackage {
  meta = with lib; {
    description = "Computer management web app";
    homepage = "https://meshcentral.com/";
    maintainers = [ maintainers.lheckemann ];
    maintainers = with maintainers; [ ma27 ];
    license = licenses.asl20;
  };
}