Wrong url for https-everywhere-rules-raw?

I think.
master
Jayesh Kumar Gupta 2015-01-09 02:51:45 +05:30
parent 98ff6f9cda
commit c50f8496d3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let nixpkgs = (import <nixpkgs> {}).fetchgit {
sha256 = "17kbhjgrpza61a2y8v1h21p8cmrdpvdajd0zrcb8vh18hw5pqa3i";
}; in { pkgs ? import nixpkgs {} }: let
httpsEverywhereRulesRaw = import (pkgs.fetchgit {
url = "git://github.com/fmap/https-everywhere-rules.git";
url = "git://github.com/fmap/https-everywhere-rules-raw.git";
rev = "c90400b0d366caef5946995a3db6c16bfe3ef33d";
sha256 = "fe6c4ff4e731110c8cb13b81000773fee97acdf05becea1bd4ce851beb303a3e";
fetchSubmodules = true;