Unverified Commit 1e2c77eb authored by Alyssa Ross's avatar Alyssa Ross
Browse files

pciutils: update homepage

The old one redirects to this one.
parent 3567e122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
  '';

  meta = with lib; {
    homepage = "http://mj.ucw.cz/pciutils.html";
    homepage = "https://mj.ucw.cz/sw/pciutils/";
    description = "A collection of programs for inspecting and manipulating configuration of PCI devices";
    license = licenses.gpl2Plus;
    platforms = platforms.unix;