plausible: platforms.{linux -> unix}

Co-authored-by: Raphael Megzari <raphael@megzari.com>
master
Maximilian Bosch 2021-05-31 19:03:12 +02:00 committed by Raphael Megzari
parent f3d5618ae1
commit 1ed65d4bf6
1 changed files with 1 additions and 1 deletions

View File

@ -86,6 +86,6 @@ in beamPackages.mixRelease {
homepage = "https://plausible.io/";
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.";
maintainers = with maintainers; [ ma27 ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}