partitionmanager: update dosfstools URL

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-09-27 18:56:22 +03:00
parent a1bd927be0
commit 6aff2cd4fd

View file

@ -87,7 +87,7 @@ namespace FS
FileSystem::SupportTool fat16::supportToolName() const
{
// also, dd for updating the UUID, but let's assume it's there ;-)
return SupportTool("dosfstools", KUrl("http://www.daniel-baumann.ch/software/dosfstools/"));
return SupportTool("dosfstools", KUrl("https://github.com/dosfstools/dosfstools"));
}