aide: update metadata

This commit is contained in:
hloeffler
2020-10-19 13:03:46 -07:00
committed by Jon
parent d3aaae7249
commit bea078e7b3
+2 -2
View File
@@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
]; ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "http://aide.sourceforge.net/"; homepage = "https://aide.github.io/";
description = "A file and directory integrity checker"; description = "A file and directory integrity checker";
license = licenses.free; license = licenses.gpl2Plus;
maintainers = [ maintainers.tstrobel ]; maintainers = [ maintainers.tstrobel ];
platforms = platforms.linux; platforms = platforms.linux;
}; };