Commit f7f848d8 authored by Robert Schütz's avatar Robert Schütz
Browse files

plausible: add softinio as maintainer

parent c4244c7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ beamPackages.mixRelease {
    homepage = "https://plausible.io/";
    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";
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ softinio ];
    platforms = platforms.unix;
  };
}