summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/mtpfs
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2017-10-27 01:44:19 +0200
committerOrivej Desh <orivej@gmx.fr>2017-11-03 18:52:28 +0000
commit525380b472697bd6488200f6757bafe4731ababc (patch)
treed7d95ef3e59346b02cfe173672f71cfaa011dcab /pkgs/tools/filesystems/mtpfs
parent74260a4922e678348eac91f4aa5767a3f5a039a4 (diff)
treewide: abandon Google Code homepages
Diffstat (limited to 'pkgs/tools/filesystems/mtpfs')
-rw-r--r--pkgs/tools/filesystems/mtpfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/mtpfs/default.nix b/pkgs/tools/filesystems/mtpfs/default.nix
index 6d2b073d8696..ac1a7c1c1485 100644
--- a/pkgs/tools/filesystems/mtpfs/default.nix
+++ b/pkgs/tools/filesystems/mtpfs/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
};
meta = {
- homepage = https://code.google.com/p/mtpfs/;
+ homepage = https://github.com/cjd/mtpfs;
description = "FUSE Filesystem providing access to MTP devices";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.qknight ];