Merge pull request #246231 from Ralith/unmaintain

linuxPackages.rtl88x2bu: remove myself from maintainers
This commit is contained in:
Nick Cao
2023-07-30 18:27:48 -06:00
committed by GitHub
+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 ];
};
}