aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/fs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/fs/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/fs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/fs/default.nix b/nixpkgs/pkgs/development/python-modules/fs/default.nix
index fee20021e1a..ff6ce57aefa 100644
--- a/nixpkgs/pkgs/development/python-modules/fs/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/fs/default.nix
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Filesystem abstraction";
- homepage = https://github.com/PyFilesystem/pyfilesystem2;
+ homepage = "https://github.com/PyFilesystem/pyfilesystem2";
license = licenses.bsd3;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;