[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: hydra: bayfront: Adjust official package browser URL.
From: |
Ludovic Courtès |
Subject: |
01/02: hydra: bayfront: Adjust official package browser URL. |
Date: |
Mon, 15 Jan 2024 08:53:12 -0500 (EST) |
civodul pushed a commit to branch master
in repository maintenance.
commit c20074a5c46c801d6bdd9a0f5d346a8b94523009
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 15 14:52:00 2024 +0100
hydra: bayfront: Adjust official package browser URL.
* hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Adjust.
---
hydra/bayfront.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 0a4ee10..c76b6a3 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -376,7 +376,7 @@ add_header X-Frame-Options SAMEORIGIN;\n")
;; For the package browsing interface
(nginx-named-location-configuration
(name "gnupackages")
- (body '( "return 307 https://guix.gnu.org/en/packages/;")))
+ (body '( "return 307 https://packages.guix.gnu.org;")))
(nginx-location-configuration
(uri "/browse")
(body '("proxy_pass http://localhost:5000;