dracut: fix homepage

This commit is contained in:
Laszlo Gombos 2023-01-27 04:29:46 +00:00
parent ac7a109da4
commit 6cb088fa68

View File

@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
passthru.updateScript = gitUpdater { };
meta = with lib; {
homepage = "https://dracut.wiki.kernel.org";
homepage = "https://github.com/dracutdevs/dracut/wiki";
description = "An event driven initramfs infrastructure";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lilyinstarlight ];