summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/dub/default.nix
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
committerPatrick Hilhorst <git@hilhorst.be>2020-03-20 13:36:23 +0100
commit9fc5e7e473874762fdb1b49d17dcf703d48352c3 (patch)
tree93932db70d464e3cf3bb36460715dda5fd360b24 /pkgs/development/tools/build-managers/dub/default.nix
parentecce3a7bc9a35415b82169630d352abddf6bcdd2 (diff)
treewide: fix redirected urls (again)
Ran the same script as #78265.
Additionally, manually replaced `http://goodies.xfce.org`
with https.
Diffstat (limited to 'pkgs/development/tools/build-managers/dub/default.nix')
-rw-r--r--pkgs/development/tools/build-managers/dub/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/dub/default.nix b/pkgs/development/tools/build-managers/dub/default.nix
index ef2b155482f11..110e6797a9d4d 100644
--- a/pkgs/development/tools/build-managers/dub/default.nix
+++ b/pkgs/development/tools/build-managers/dub/default.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Package and build manager for D applications and libraries";
-    homepage = http://code.dlang.org/;
+    homepage = https://code.dlang.org/;
     license = licenses.mit;
     maintainers = with maintainers; [ ThomasMader ];
     platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ];