Merge pull request #282001 from pstn/qt5ct

qt5ct: Fix homepage link
This commit is contained in:
Nick Cao
2024-01-19 10:27:58 -05:00
committed by GitHub
+1 -1
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 ];