Merge pull request #212895 from LaszloGombos/dracut_wiki

dracut: fix homepage

authored by Weijia Wang and committed by GitHub 3875a3e3 f923b636

+1 -1
+1 -1
pkgs/os-specific/linux/dracut/default.nix
··· 119 passthru.updateScript = gitUpdater { }; 120 121 meta = with lib; { 122 - homepage = "https://dracut.wiki.kernel.org"; 123 description = "An event driven initramfs infrastructure"; 124 license = licenses.gpl2Plus; 125 maintainers = with maintainers; [ lilyinstarlight ];
··· 119 passthru.updateScript = gitUpdater { }; 120 121 meta = with lib; { 122 + homepage = "https://github.com/dracutdevs/dracut/wiki"; 123 description = "An event driven initramfs infrastructure"; 124 license = licenses.gpl2Plus; 125 maintainers = with maintainers; [ lilyinstarlight ];