Commit 167ba270 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

edid-decode: fetch sources over HTTPS

The git:// protocol is plain text.
parent 48ce430b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
  ];

  src = fetchgit {
    url = "git://linuxtv.org/edid-decode.git";
    url = "https://git.linuxtv.org/edid-decode.git";
    rev = "3d635499e4aca3319f0796ba787213c981c5a770";
    hash = "sha256-bqzO39YM/3h9p37xaGJAw9xERgWOD+4yqO/XQiq/QqM=";
  };