aide: add happysalada as maintainer

This commit is contained in:
happysalada 2023-11-19 10:20:08 +01:00 committed by Yt
parent a27e78c987
commit 01c615fb2d

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