about summary refs log tree commit diff
path: root/pkgs/tools/system/fcron/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/fcron/default.nix')
-rw-r--r--pkgs/tools/system/fcron/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/fcron/default.nix b/pkgs/tools/system/fcron/default.nix
index 8b54b77e8a2c2..c9ffa02744575 100644
--- a/pkgs/tools/system/fcron/default.nix
+++ b/pkgs/tools/system/fcron/default.nix
@@ -53,9 +53,9 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description="A command scheduler with extended capabilities over cron and anacron";
+    description="Command scheduler with extended capabilities over cron and anacron";
     homepage = "http://fcron.free.fr";
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     platforms = lib.platforms.all;
   };
 }