summary refs log tree commit diff
path: root/pkgs/development/libraries/agda/Agda-Sheaves/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/agda/Agda-Sheaves/default.nix')
-rw-r--r--pkgs/development/libraries/agda/Agda-Sheaves/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/agda/Agda-Sheaves/default.nix b/pkgs/development/libraries/agda/Agda-Sheaves/default.nix
index a9c037edba7..6ab7455915c 100644
--- a/pkgs/development/libraries/agda/Agda-Sheaves/default.nix
+++ b/pkgs/development/libraries/agda/Agda-Sheaves/default.nix
@@ -14,7 +14,7 @@ agda.mkDerivation (self: rec {
   sourceDirectories = [];
 
   meta = {
-    homepage = "https://github.com/jonsterling/Agda-Sheaves";
+    homepage = https://github.com/jonsterling/Agda-Sheaves;
     description = "Sheaves in Agda";
     license = stdenv.lib.licenses.cc-by-40;
     platforms = stdenv.lib.platforms.unix;