Skip to content

Commit 00c6759

Browse files
authored
fix: Remove link to "make a packaging request" (#909)
packaging_request.md template has been removed from nixpkgs github(https://github.com/NixOS/nixpkgs/tree/master/.github/ISSUE_TEMPLATE) after this PR: NixOS/nixpkgs#391926 Following discussion here: #881, this removes the now broken link to it from search.nixos.org
1 parent 4f24757 commit 00c6759

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/Search.elm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,6 @@ viewNoResults categoryName =
872872
[ h2 [] [ text <| "No " ++ categoryName ++ " found!" ]
873873
, text "You might want to "
874874
, Html.a [ href "https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#quick-start-to-adding-a-package" ] [ text "add a package" ]
875-
, text " or "
876-
, a [ href "https://github.com/NixOS/nixpkgs/issues/new?template=05_package_request.yml" ] [ text "make a packaging request" ]
877875
, text "."
878876
]
879877

0 commit comments

Comments
 (0)