We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f24757 commit 00c6759Copy full SHA for 00c6759
frontend/src/Search.elm
@@ -872,8 +872,6 @@ viewNoResults categoryName =
872
[ h2 [] [ text <| "No " ++ categoryName ++ " found!" ]
873
, text "You might want to "
874
, 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" ]
877
, text "."
878
]
879
0 commit comments