aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/python-hosts
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/python-hosts')
-rw-r--r--nixpkgs/pkgs/development/python-modules/python-hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/python-hosts/default.nix b/nixpkgs/pkgs/development/python-modules/python-hosts/default.nix
index 1fdd036bd12..e7dbaa1d64e 100644
--- a/nixpkgs/pkgs/development/python-modules/python-hosts/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/python-hosts/default.nix
@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A library for managing a hosts file. It enables adding and removing entries, or importing them from a file or URL";
- homepage = https://github.com/jonhadfield/python-hosts;
+ homepage = "https://github.com/jonhadfield/python-hosts";
license = licenses.mit;
maintainers = with maintainers; [ psyanticy ];
};