about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-01-15 19:47:36 +0000
committerGitHub <noreply@github.com>2019-01-15 19:47:36 +0000
commit8c3e66e28aa325efddb70744123a090491ddeae4 (patch)
tree3d9c57b36ca9fd7471830aedac4311df5374382f /pkgs/development/interpreters
parent619c308c6915d6550fa3bd9a530dc40813ad16f0 (diff)
parentba275b9df0d4032ef407fee7cc27d0fa688573eb (diff)
downloadnixlib-8c3e66e28aa325efddb70744123a090491ddeae4.tar
nixlib-8c3e66e28aa325efddb70744123a090491ddeae4.tar.gz
nixlib-8c3e66e28aa325efddb70744123a090491ddeae4.tar.bz2
nixlib-8c3e66e28aa325efddb70744123a090491ddeae4.tar.lz
nixlib-8c3e66e28aa325efddb70744123a090491ddeae4.tar.xz
nixlib-8c3e66e28aa325efddb70744123a090491ddeae4.tar.zst
nixlib-8c3e66e28aa325efddb70744123a090491ddeae4.zip
Merge pull request #53992 from fgaz/dead-links/1
Fix some dead links
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/duktape/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/duktape/default.nix b/pkgs/development/interpreters/duktape/default.nix
index 2178f859007f..f3b253bfd220 100644
--- a/pkgs/development/interpreters/duktape/default.nix
+++ b/pkgs/development/interpreters/duktape/default.nix
@@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "An embeddable Javascript engine, with a focus on portability and compact footprint";
-    homepage = "http://duktape.org/";
-    downloadPage = "http://duktape.org/download.html";
+    homepage = https://duktape.org/;
+    downloadPage = https://duktape.org/download.html;
     license = licenses.mit;
     maintainers = [ maintainers.fgaz ];
     platforms = platforms.linux;