Commit acd926d3 authored by Otavio Salvador's avatar Otavio Salvador
Browse files

rtl88x2bu: add myself on maintainers list

parent bbeedced
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/morrownr/88x2bu-20210702";
    license = licenses.gpl2Only;
    platforms = platforms.linux;
    maintainers = [ maintainers.ralith ];
    maintainers = with maintainers; [ otavio ralith ];
  };
}