Commit ac3e9c99 authored by kyehn's avatar kyehn
Browse files

usbsdmux: remove with lib

parent 12be28bc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@ python3Packages.buildPythonApplication rec {

  pythonImportsCheck = [ "usbsdmux" ];

  meta = with lib; {
  meta = {
    description = "Control software for the LXA USB-SD-Mux";
    homepage = "https://github.com/linux-automation/usbsdmux";
    license = licenses.lgpl21;
    maintainers = with maintainers; [ emantor ];
    platforms = with platforms; linux;
    license = lib.licenses.lgpl21;
    maintainers = with lib.maintainers; [ emantor ];
    platforms = with lib.platforms; linux;
  };
}