qt5ct: Fix homepage link

fixes #281221
This commit is contained in:
philipp 2024-01-19 09:10:06 +01:00
parent b956688fd1
commit 0caf1a0311

View file

@ -23,7 +23,7 @@ mkDerivation rec {
meta = with lib; {
description = "Qt5 Configuration Tool";
homepage = "https://www.opendesktop.org/content/show.php?content=168066";
homepage = "https://sourceforge.net/projects/qt5ct/";
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = with maintainers; [ ralith ];