Merge #55988: treewide meta.platforms: linux -> unix

This commit is contained in:
Vladimír Čunát
2019-02-22 07:59:34 +01:00
72 changed files with 72 additions and 72 deletions

View File

@@ -56,7 +56,7 @@ perlPackages.buildPerlPackage rec {
description = "Real-time logfile analyzer to get advanced statistics";
homepage = http://awstats.org;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}

View File

@@ -19,6 +19,6 @@ buildGoPackage rec {
description = "Export entries from systemd's journal and send them to a graylog server using gelf";
license = licenses.bsd2;
maintainers = with maintainers; [ fadenb fpletz globin ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}