mdadm: update homepage

Neil Brown's website returns an internal error, and has been stating
that he is no longer involved in maintaining mdadm: https://web.archive.org/web/20211120095829/http://neil.brown.name/blog/mdadm
This commit is contained in:
Naïm Favier 2024-04-02 23:51:57 +02:00 committed by Andrew Marshall
parent 8a22284f51
commit 269f5806e0

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Programs for managing RAID arrays under Linux";
homepage = "http://neil.brown.name/blog/mdadm";
homepage = "https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git";
license = licenses.gpl2;
mainProgram = "mdadm";
maintainers = with maintainers; [ ekleog ];