Unverified Commit 8edee82b authored by Alexander Sieg's avatar Alexander Sieg
Browse files

plausible: take take-plausible-maintainership

parent 8f650600
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;
  };
}