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