aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/markdown2
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/markdown2')
-rw-r--r--nixpkgs/pkgs/development/python-modules/markdown2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/markdown2/default.nix b/nixpkgs/pkgs/development/python-modules/markdown2/default.nix
index a07e0b14fdc..8add8f15298 100644
--- a/nixpkgs/pkgs/development/python-modules/markdown2/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/markdown2/default.nix
@@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A fast and complete Python implementation of Markdown";
- homepage = https://github.com/trentm/python-markdown2;
+ homepage = "https://github.com/trentm/python-markdown2";
license = licenses.mit;
maintainers = with maintainers; [ hbunke ];
};