Skip to content

Commit

Permalink
9pfs: fix src download
Browse files Browse the repository at this point in the history
Fortunately the hash is the same, so I don't really need to check
authenticity.  Uncovered by c3255fe.
  • Loading branch information
vcunat committed Oct 31, 2017
1 parent f90c468 commit 947d48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/9pfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "9pfs";

src = fetchFromGitHub {
owner = "spewspew";
owner = "mischief";
repo = "9pfs";
rev = "7f4ca4cd750d650c1215b92ac3cc2a28041960e4";
sha256 = "007s2idsn6bspmfxv1qabj39ggkgvn6gwdbhczwn04lb4c6gh3xc";
Expand All @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;

meta = {
homepage = https://github.com/spewspew/9pfs;
#homepage = https://github.com/spewspew/9pfs; # the account apparently doesn't exist
description = "FUSE-based client of the 9P network filesystem protocol";
maintainers = [ lib.maintainers.eelco ];
platforms = lib.platforms.linux;
Expand Down

0 comments on commit 947d48c

Please sign in to comment.