Unverified Commit 9778ba41 authored by Jairo Llopis's avatar Jairo Llopis
Browse files

python310Packages.cherrypy: fix url

The URL listed in https://search.nixos.org is not pointing to the project homepage.
parent 29b20985
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ buildPythonPackage rec {

  meta = with lib; {
    description = "Object-oriented HTTP framework";
    homepage = "https://www.cherrypy.org";
    homepage = "https://cherrypy.dev/";
    license = licenses.bsd3;
    maintainers = with maintainers; [ ];
  };