3
0
Fork 0
forked from mirrors/nixpkgs

aide: update metadata

This commit is contained in:
hloeffler 2020-10-19 20:58:07 +02:00 committed by Jon
parent d3aaae7249
commit bea078e7b3

View file

@ -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;
};