font-manager: use the authoritative repo name

the old repo <https://github.com/FontManager/master> just redirects to
<https://github.com/FontManager/font-manager>.
This commit is contained in:
Colin 2023-09-16 12:34:54 +00:00
parent 8d4d4502b3
commit d7b87590ea

View File

@ -29,9 +29,9 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "FontManager";
repo = "master";
repo = "font-manager";
rev = version;
sha256 = "sha256-M13Q9d2cKhc0tudkvw0zgqPAFTlmXwK+LltXeuDPWxo=";
hash = "sha256-M13Q9d2cKhc0tudkvw0zgqPAFTlmXwK+LltXeuDPWxo=";
};
nativeBuildInputs = [