jetty: fix meta.homepage

This commit is contained in:
Anthony Roussel
2023-11-15 15:12:57 +01:00
parent b7851eed07
commit acd3c673a2
+1 -1
View File
@@ -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 ];