summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-04-05 11:15:20 -0400
committerGitHub <noreply@github.com>2020-04-05 11:15:20 -0400
commit0454fae7ca61dc3d0d83e889fb8e37a7841157d0 (patch)
tree506882661051db68ce600530bab3c899b85bdf28 /pkgs/applications/office
parentf74f2f354866c828248a419ef9a2cbddc793b7f9 (diff)
parente20f308b8e53aad75e61ebbd211d6cdd92592b97 (diff)
downloadnixpkgs-0454fae7ca61dc3d0d83e889fb8e37a7841157d0.tar
nixpkgs-0454fae7ca61dc3d0d83e889fb8e37a7841157d0.tar.gz
nixpkgs-0454fae7ca61dc3d0d83e889fb8e37a7841157d0.tar.bz2
nixpkgs-0454fae7ca61dc3d0d83e889fb8e37a7841157d0.tar.lz
nixpkgs-0454fae7ca61dc3d0d83e889fb8e37a7841157d0.tar.xz
nixpkgs-0454fae7ca61dc3d0d83e889fb8e37a7841157d0.tar.zst
nixpkgs-0454fae7ca61dc3d0d83e889fb8e37a7841157d0.zip
Merge pull request #84130 from OmnipotentEntity/rfc45-part2
treewide: quoted urls for RFC45, only the rebuilds
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/mendeley/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix
index 9fdeecfee36..192585bd4b5 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -137,7 +137,7 @@ mkDerivation {
   updateScript = import ./update.nix { inherit writeScript runtimeShell; };
 
   meta = with stdenv.lib; {
-    homepage = https://www.mendeley.com;
+    homepage = "https://www.mendeley.com";
     description = "A reference manager and academic social network";
     license = licenses.unfree;
     platforms = [ "x86_64-linux" "i686-linux" ];