From c037c8745a303dff45365f7b8c9c9d346786f90f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 22 Jan 2025 13:24:46 +0000 Subject: [PATCH] fix: update packaging request template url (#881) --- frontend/src/Search.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Search.elm b/frontend/src/Search.elm index ed56637f..ee30d6e5 100644 --- a/frontend/src/Search.elm +++ b/frontend/src/Search.elm @@ -873,7 +873,7 @@ viewNoResults categoryName = , text "You might want to " , Html.a [ href "https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#quick-start-to-adding-a-package" ] [ text "add a package" ] , text " or " - , a [ href "https://github.com/NixOS/nixpkgs/issues/new?assignees=&labels=0.kind%3A+packaging+request&template=packaging_request.md&title=Package+request%3A+PACKAGENAME" ] [ text "make a packaging request" ] + , a [ href "https://github.com/NixOS/nixpkgs/issues/new?template=05_package_request.yml" ] [ text "make a packaging request" ] , text "." ]