Unverified Commit 5f0cc64f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #181323 from alyssais/pciutils-homepage

pciutils: update homepage
parents 9f9ff660 1e2c77eb
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;