extra-cmake-modules: use a better homepage

Otherwise, it defaults to https://kde.org/, which doesn't have
anything on it specific to extra-cmake-modules.
This commit is contained in:
Alyssa Ross 2023-02-10 22:35:59 +00:00
parent f8e875671f
commit 63a2b2278f
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -19,7 +19,7 @@ mkDerivation {
meta = with lib; {
platforms = platforms.linux ++ platforms.darwin;
homepage = "http://www.kde.org";
homepage = "https://invent.kde.org/frameworks/extra-cmake-modules";
license = licenses.bsd2;
};
}