Unverified Commit 3cedce95 authored by Maxine Aubrey's avatar Maxine Aubrey
Browse files

yaru: drop self from maintainers

parent f18db890
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/ubuntu/yaru";
    license = with licenses; [ cc-by-sa-40 gpl3Plus lgpl21Only lgpl3Only ];
    platforms = platforms.linux;
    maintainers = with maintainers; [ moni amaxine ];
    maintainers = with maintainers; [ moni ];
  };
}