Commit a1f3a6aa authored by dish's avatar dish
Browse files

python3Packages.bthomehub5-devicelist: remove me from maintainers

parent 676bf3b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ buildPythonPackage rec {
    description = "Returns a list of devices currently connected to a BT Home Hub 5";
    homepage = "https://github.com/ahobsonsayers/bthomehub5-devicelist";
    license = lib.licenses.bsd2;
    maintainers = with lib.maintainers; [ pyrox0 ];
    maintainers = [ ];
  };
}