Commit 01c615fb authored by happysalada's avatar happysalada Committed by Yt
Browse files

aide: add happysalada as maintainer

parent a27e78c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}