aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/cfgv
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/cfgv')
-rw-r--r--nixpkgs/pkgs/development/python-modules/cfgv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/cfgv/default.nix b/nixpkgs/pkgs/development/python-modules/cfgv/default.nix
index 2487caea608..a58669e58a8 100644
--- a/nixpkgs/pkgs/development/python-modules/cfgv/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/cfgv/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Validate configuration and produce human readable error messages";
- homepage = https://github.com/asottile/cfgv;
+ homepage = "https://github.com/asottile/cfgv";
license = licenses.mit;
};
}