about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2023-11-14 23:10:18 +0100
committerAnthony Roussel <anthony@roussel.dev>2023-11-15 15:12:57 +0100
commitacd3c673a2849cd048b0eb7c9c6497c924d3afc1 (patch)
tree0f0660abb1b4b4a9a98a7f234610816171eaa55a /pkgs/servers/http
parentb7851eed077bbc924aabcb93dbd8d0dc3f61362a (diff)
downloadnixlib-acd3c673a2849cd048b0eb7c9c6497c924d3afc1.tar
nixlib-acd3c673a2849cd048b0eb7c9c6497c924d3afc1.tar.gz
nixlib-acd3c673a2849cd048b0eb7c9c6497c924d3afc1.tar.bz2
nixlib-acd3c673a2849cd048b0eb7c9c6497c924d3afc1.tar.lz
nixlib-acd3c673a2849cd048b0eb7c9c6497c924d3afc1.tar.xz
nixlib-acd3c673a2849cd048b0eb7c9c6497c924d3afc1.tar.zst
nixlib-acd3c673a2849cd048b0eb7c9c6497c924d3afc1.zip
jetty: fix meta.homepage
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/jetty/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/jetty/default.nix b/pkgs/servers/http/jetty/default.nix
index 1ebd33f51d6f..638f2b6e6a4b 100644
--- a/pkgs/servers/http/jetty/default.nix
+++ b/pkgs/servers/http/jetty/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A Web server and javax.servlet container";
-    homepage = "https://www.eclipse.org/jetty/";
+    homepage = "https://eclipse.dev/jetty/";
     platforms = platforms.all;
     sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = with licenses; [ asl20 epl10 ];