summary refs log tree commit diff
path: root/pkgs/development/interpreters/jelly
diff options
context:
space:
mode:
authorxaverdh <xaverdh@users.noreply.github.com>2021-11-10 10:37:56 +0000
committerGitHub <noreply@github.com>2021-11-10 11:37:56 +0100
commit03a257e5a34db7dcf56e74a4da121843d5a17799 (patch)
tree062c0cbc66bee3c5bc7613961c55cb6d58b73d60 /pkgs/development/interpreters/jelly
parent585b69bbf3a1f69b954c95f7059a9d76e2c468e7 (diff)
downloadnixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.gz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.bz2
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.lz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.xz
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.tar.zst
nixpkgs-03a257e5a34db7dcf56e74a4da121843d5a17799.zip
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/development/interpreters/jelly')
-rw-r--r--pkgs/development/interpreters/jelly/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/jelly/default.nix b/pkgs/development/interpreters/jelly/default.nix
index a317f35d2a7..46c27e91a02 100644
--- a/pkgs/development/interpreters/jelly/default.nix
+++ b/pkgs/development/interpreters/jelly/default.nix
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication {
 
   meta = with lib; {
     description = "A recreational programming language inspired by J";
-    homepage    = https://github.com/DennisMitchell/jellylanguage;
+    homepage    = "https://github.com/DennisMitchell/jellylanguage";
     license     = licenses.mit;
     maintainers = [ maintainers.tckmn ];
     platforms   = platforms.all;