Merge pull request #212895 from LaszloGombos/dracut_wiki

dracut: fix homepage
This commit is contained in:
Weijia Wang 2023-01-27 06:50:26 +01:00 committed by GitHub
commit 3875a3e3e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];