Commit 6cb088fa authored by Laszlo Gombos's avatar Laszlo Gombos
Browse files

dracut: fix homepage

parent ac7a109d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];