about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-15 18:20:19 -0500
committerGitHub <noreply@github.com>2019-02-15 18:20:19 -0500
commit0e8ab58f459b49e968ecbc312175a062af2776f9 (patch)
tree3ec19a3af4117f2c8c5398d3ce6fb494aa572dab /pkgs/development/python-modules
parentcba2549e9867c40bdbf4d65f62306d32d5c8bc17 (diff)
downloadnixlib-0e8ab58f459b49e968ecbc312175a062af2776f9.tar
nixlib-0e8ab58f459b49e968ecbc312175a062af2776f9.tar.gz
nixlib-0e8ab58f459b49e968ecbc312175a062af2776f9.tar.bz2
nixlib-0e8ab58f459b49e968ecbc312175a062af2776f9.tar.lz
nixlib-0e8ab58f459b49e968ecbc312175a062af2776f9.tar.xz
nixlib-0e8ab58f459b49e968ecbc312175a062af2776f9.tar.zst
nixlib-0e8ab58f459b49e968ecbc312175a062af2776f9.zip
pythonPackages.llfuse: update homepage
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/llfuse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/llfuse/default.nix b/pkgs/development/python-modules/llfuse/default.nix
index 2b8e21bd6496..7f9aa3fa2e48 100644
--- a/pkgs/development/python-modules/llfuse/default.nix
+++ b/pkgs/development/python-modules/llfuse/default.nix
@@ -24,7 +24,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Python bindings for the low-level FUSE API";
-    homepage = https://code.google.com/p/python-llfuse/;
+    homepage = https://github.com/python-llfuse/python-llfuse;
     license = licenses.lgpl2Plus;
     platforms = platforms.unix;
     maintainers = with maintainers; [ bjornfor ];