aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/pyqrcode/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pyqrcode/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pyqrcode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pyqrcode/default.nix b/nixpkgs/pkgs/development/python-modules/pyqrcode/default.nix
index 4313f700ae1..7cb0a94eb74 100644
--- a/nixpkgs/pkgs/development/python-modules/pyqrcode/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pyqrcode/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A QR code generator written purely in Python with SVG, EPS, PNG and terminal output";
- homepage = https://github.com/mnooner256/pyqrcode;
+ homepage = "https://github.com/mnooner256/pyqrcode";
license = licenses.bsd3;
maintainers = with maintainers; [ dotlambda ];
};