linuxPackages.rtl88x2bu: remove myself from maintainers

I no longer have one of these.
This commit is contained in:
Benjamin Saunders
2023-07-30 11:28:09 -07:00
parent 7cdce123f5
commit 3e61801f5d
+1 -1
View File
@@ -34,6 +34,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/morrownr/88x2bu-20210702";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ otavio ralith ];
maintainers = with maintainers; [ otavio ];
};
}