Commit 81da1c0f authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.webcolors: adopt

parent bc80a486
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,6 +26,6 @@ buildPythonPackage rec {
    description = "Library for working with color names/values defined by the HTML and CSS specifications";
    homepage = "https://github.com/ubernostrum/webcolors";
    license = lib.licenses.bsd3;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ sigmanificient ];
  };
}