summary refs log tree commit diff
path: root/pkgs/development/tools/rund/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/rund/default.nix')
-rw-r--r--pkgs/development/tools/rund/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rund/default.nix b/pkgs/development/tools/rund/default.nix
index a2433da2997..9a7ac0b6324 100644
--- a/pkgs/development/tools/rund/default.nix
+++ b/pkgs/development/tools/rund/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A compiler-wrapper that runs and caches D programs";
-    homepage = https://github.com/dragon-lang/rund;
+    homepage = "https://github.com/dragon-lang/rund";
     license = lib.licenses.boost;
     maintainers = with maintainers; [ jonathanmarler ];
     platforms = stdenv.lib.platforms.unix;