tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
filegive: move from googlecode to github
Pascal Wittmann
10 years ago
d0f75b43
72bfb93b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
filegive
default.nix
+1
-1
pkgs/tools/networking/filegive/default.nix
···
6
6
7
7
# Code with BSD license
8
8
srcNatPMP = fetchgit {
9
9
-
url = "https://code.google.com/p/go-nat-pmp/";
9
9
+
url = https://github.com/jackpal/go-nat-pmp;
10
10
rev = "e04deda90d56";
11
11
sha256 = "1swwfyzaj3l40yh9np3x4fcracgs79nwryc85sxbdakx8wwxs2xb";
12
12
};