crawl: Update repo url

This commit is contained in:
André-Patrick Bubel 2019-02-06 11:07:31 +01:00
parent 3aaab7ca3d
commit 61a20d6d64
No known key found for this signature in database
GPG key ID: 28925CBA8869FF29

View file

@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
version = "0.22.1";
src = fetchFromGitHub {
owner = "crawl-ref";
repo = "crawl-ref";
owner = "crawl";
repo = "crawl";
rev = version;
sha256 = "19yzl241glv2zazifgz59bw3jlh4hj59xx5w002hnh9rp1w15rnr";
};