aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/tools/text/shocco/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/text/shocco/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/text/shocco/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/text/shocco/default.nix b/nixpkgs/pkgs/tools/text/shocco/default.nix
index f657df5b780..65adfc29b95 100644
--- a/nixpkgs/pkgs/tools/text/shocco/default.nix
+++ b/nixpkgs/pkgs/tools/text/shocco/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A quick-and-dirty, literate-programming-style documentation generator for / in POSIX shell";
- homepage = https://rtomayko.github.io/shocco/;
+ homepage = "https://rtomayko.github.io/shocco/";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ dotlambda ];