Unverified Commit 9a25f7d8 authored by David Wood's avatar David Wood
Browse files

py-dmidecode: remove davidtwco as maintainer

parent d0369647
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/zaibon/py-dmidecode/";
    changelog = "https://github.com/zaibon/py-dmidecode/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ davidtwco ];
    maintainers = [ ];
    platforms = platforms.linux;
  };
}