Changing <link></link> metadata in feed

I tried to find that in the settings but I couldn’t. Is it possible to change default <link>url</link> metadata in published feed?

I would like to change this:

<channel>
	<title>PodcastName</title>
	<link>https://domain.com/podcastname/</link>  <!-- here -->

to something like this:

<channel>
	<title>PodcastName</title>
	<link>https://podcast.domain.com/</link>  <!-- here -->

I would like to achieve just nicer podcast homepage address in podcast catalogs.