Unverified Commit 158767db authored by Maxine Aubrey's avatar Maxine Aubrey
Browse files

gnomeExtensions.no-title-bar: drop self from maintainers

parent 3cedce95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
    description = "Integrates maximized windows with the top panel";
    homepage = "https://github.com/poehlerj/no-title-bar";
    license = licenses.gpl2;
    maintainers = with maintainers; [ jonafato svsdep amaxine ];
    maintainers = with maintainers; [ jonafato svsdep ];
    platforms = platforms.linux;
  };
}