Merge pull request #215743 from alyssais/extra-cmake-modules-homepage

extra-cmake-modules: use a better homepage
This commit is contained in:
figsoda
2023-02-11 00:22:27 -05:00
committed by GitHub
@@ -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;
};
}