summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2018-08-25 20:51:39 -0400
committerAaron Andersen <aaron@fosslib.net>2018-08-25 20:51:39 -0400
commit63c3b7ce10ab8672ecb28226f31c09e9809e80c0 (patch)
tree8953dfb5582b96d75a5a09d2bcc12d49ac302061 /pkgs/tools
parentfc03a9f5b7bdd839f9f51f0ec950ae53228643e4 (diff)
downloadnixpkgs-63c3b7ce10ab8672ecb28226f31c09e9809e80c0.tar
nixpkgs-63c3b7ce10ab8672ecb28226f31c09e9809e80c0.tar.gz
nixpkgs-63c3b7ce10ab8672ecb28226f31c09e9809e80c0.tar.bz2
nixpkgs-63c3b7ce10ab8672ecb28226f31c09e9809e80c0.tar.lz
nixpkgs-63c3b7ce10ab8672ecb28226f31c09e9809e80c0.tar.xz
nixpkgs-63c3b7ce10ab8672ecb28226f31c09e9809e80c0.tar.zst
nixpkgs-63c3b7ce10ab8672ecb28226f31c09e9809e80c0.zip
fixed license
added incron to pkgs
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/incron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/incron/default.nix b/pkgs/tools/system/incron/default.nix
index bb320f8d894..a06bb324aaa 100644
--- a/pkgs/tools/system/incron/default.nix
+++ b/pkgs/tools/system/incron/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "
       The inotify cron daemon (incrond) is a daemon which monitors filesystem events and executes commands defined in system and user tables. It's use is generally similar to cron.";
-    license = gpl2;
+    license = licenses.gpl2;
     homepage = https://github.com/ar-/incron;
     platforms = platforms.linux;
   };