mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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:
parent
f8e875671f
commit
63a2b2278f
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user