Commit d7a15244 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

python313Packages.swh-web-client: (re) adopt

parent a16c8de6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,6 +66,6 @@ buildPythonPackage (finalAttrs: {
    description = "Client for Software Heritage Web applications, via their APIs";
    homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-web-client";
    license = lib.licenses.gpl3Only;
    maintainers = [ ];
    maintainers = with lib.maintainers; [ drupol ];
  };
})