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
commit 2a5c538c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];