Unverified Commit 272017b7 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

extra-cmake-modules: use a better homepage
parents 588b9b3c 63a2b227
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}