Unverified Commit 63a2b227 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

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.
parent f8e87567
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;
  };
}