lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fcron: add missing meta.platforms

+1 -1
+1 -1
pkgs/tools/system/fcron/default.nix
··· 56 56 description="A command scheduler with extended capabilities over cron and anacron"; 57 57 homepage = http://fcron.free.fr; 58 58 license = licenses.gpl2; 59 - 59 + platforms = stdenv.lib.platforms.all; 60 60 }; 61 61 }