Unverified Commit 951e0230 authored by nikstur's avatar nikstur Committed by GitHub
Browse files

Merge pull request #309838 from cyberus-technology/take-plausible-maintainership

plausible: take take-plausible-maintainership
parents c6f30e65 8edee82b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,6 +329,6 @@ in {
    ];
  };

  meta.maintainers = with maintainers; [ ];
  meta.maintainers = with maintainers; [ xanderio ];
  meta.doc = ./plausible.md;
}
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ beamPackages.mixRelease {
    changelog = "https://github.com/plausible/analytics/blob/${src.rev}/CHANGELOG.md";
    description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics";
    mainProgram = "plausible";
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ xanderio ];
    platforms = platforms.unix;
  };
}