summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorhloeffler <hloeffler@users.noreply.github.com>2020-10-19 20:58:07 +0200
committerJon <jonringer@users.noreply.github.com>2020-10-19 13:03:46 -0700
commitbea078e7b345d914453b2a645a5cf638106c6982 (patch)
treee1a2a0ef04825cd8039dc40657ddeb592612876e /pkgs/tools
parentd3aaae724911c436fc4d344e4efa8316ebe5a192 (diff)
downloadnixpkgs-bea078e7b345d914453b2a645a5cf638106c6982.tar
nixpkgs-bea078e7b345d914453b2a645a5cf638106c6982.tar.gz
nixpkgs-bea078e7b345d914453b2a645a5cf638106c6982.tar.bz2
nixpkgs-bea078e7b345d914453b2a645a5cf638106c6982.tar.lz
nixpkgs-bea078e7b345d914453b2a645a5cf638106c6982.tar.xz
nixpkgs-bea078e7b345d914453b2a645a5cf638106c6982.tar.zst
nixpkgs-bea078e7b345d914453b2a645a5cf638106c6982.zip
aide: update metadata
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/aide/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/aide/default.nix b/pkgs/tools/security/aide/default.nix
index 116ada633c6..59b72320758 100644
--- a/pkgs/tools/security/aide/default.nix
+++ b/pkgs/tools/security/aide/default.nix
@@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
     ];
 
   meta = with stdenv.lib; {
-    homepage = "http://aide.sourceforge.net/";
+    homepage = "https://aide.github.io/";
     description = "A file and directory integrity checker";
-    license = licenses.free;
+    license = licenses.gpl2Plus;
     maintainers = [ maintainers.tstrobel ];
     platforms = platforms.linux;
   };