From b1017b0f92e36c0fd7e7a7db59efef8d1054b247 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 23 Apr 2020 15:29:39 +0530 Subject: [PATCH] Update nixpkgs-gnunet Git location --- jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobsets.nix b/jobsets.nix index 1132a0f..5fac73c 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -93,7 +93,7 @@ let nixexprpath = "gnunet.nix"; gitUrls = { gnunet = "https://git.gnunet.org/gnunet.git master"; - nixpkgs-gnunet = "https://ulrich.earth/code/nixpkgs-gnunet/ master"; + nixpkgs-gnunet = "https://code.ulrich.earth/christian/nixpkgs-gnunet master"; }; };