nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pythonPackages.llfuse: update homepage

authored by

worldofpeace and committed by
GitHub
0e8ab58f cba2549e

+1 -1
+1 -1
pkgs/development/python-modules/llfuse/default.nix
··· 24 24 25 25 meta = with stdenv.lib; { 26 26 description = "Python bindings for the low-level FUSE API"; 27 - homepage = https://code.google.com/p/python-llfuse/; 27 + homepage = https://github.com/python-llfuse/python-llfuse; 28 28 license = licenses.lgpl2Plus; 29 29 platforms = platforms.unix; 30 30 maintainers = with maintainers; [ bjornfor ];