Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

filegive: move from googlecode to github

+1 -1
+1 -1
pkgs/tools/networking/filegive/default.nix
··· 6 6 7 7 # Code with BSD license 8 8 srcNatPMP = fetchgit { 9 - url = "https://code.google.com/p/go-nat-pmp/"; 9 + url = https://github.com/jackpal/go-nat-pmp; 10 10 rev = "e04deda90d56"; 11 11 sha256 = "1swwfyzaj3l40yh9np3x4fcracgs79nwryc85sxbdakx8wwxs2xb"; 12 12 };