Skip to content

Commit

Permalink
fix: update packaging request template url (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Jan 22, 2025
1 parent 510d42d commit c037c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Search.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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 "."
]

Expand Down

0 comments on commit c037c87

Please sign in to comment.