aide: update metadata
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user