Commit 69a63587 authored by Antoine Eiche's avatar Antoine Eiche
Browse files

postfix: add lewo as maintainer

parent 9df6e2b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,6 +101,6 @@ in stdenv.mkDerivation rec {
    description = "A fast, easy to administer, and secure mail server";
    license = with licenses; [ ipl10 epl20 ];
    platforms = platforms.linux;
    maintainers = with maintainers; [ globin dotlambda ];
    maintainers = with maintainers; [ globin dotlambda lewo ];
  };
}