diff options
author | lassulus <lass@blue.r> | 2018-06-12 18:43:12 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-06-12 18:43:12 +0200 |
commit | c01b6860809fb455c060e143c596590f61fc62c5 (patch) | |
tree | 4717db878661416a11f47986e35d5c2276830b20 /krebs/5pkgs/simple/thesauron | |
parent | 9b389fd6644a71c0fb8fdc7764727d771d54e221 (diff) |
github krebscode -> krebsprism/staging/github
Diffstat (limited to 'krebs/5pkgs/simple/thesauron')
-rw-r--r-- | krebs/5pkgs/simple/thesauron/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/thesauron/default.nix b/krebs/5pkgs/simple/thesauron/default.nix index 99ab2b728..d543319f2 100644 --- a/krebs/5pkgs/simple/thesauron/default.nix +++ b/krebs/5pkgs/simple/thesauron/default.nix @@ -1,6 +1,6 @@ { fetchgit, callPackage }: let src = fetchgit { - url = "https://github.com/krebscode/thesauron"; + url = "https://github.com/krebs/thesauron"; rev = "8ac22588cf2c20465e3c9348e7ce04885599c2a5"; "sha256"= "1ivkjl235dnm5aaqqvarnxkz7zh0gvah22b0fqwlsflrcd5wmgva"; }; |