aide: add happysalada as maintainer

This commit is contained in:
happysalada
2023-11-20 07:47:21 +00:00
committed by Yt
parent a27e78c987
commit 01c615fb2d
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://aide.github.io/";
description = "A file and directory integrity checker";
license = licenses.gpl2Plus;
maintainers = [ ];
maintainers = with maintainers; [ happysalada ];
platforms = platforms.linux;
};
}