connectapi
connectapi copied to clipboard
Move uuid to Suggests
In the code it's only used as a default value for the name
to content_ensure()
, which is never called without specifying name
. It's used in tests, which seems fine, but it seems safe to move to Suggests instead of Imports.