Skip to content

Commit

Permalink
Fix mention of debian in RPM registry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Jul 20, 2023
1 parent ae3a26b commit 9ce95fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/doc/usage/packages/rpm.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The server responds with the following HTTP Status codes.

## Delete a package

To delete a Debian package perform a HTTP DELETE operation. This will delete the package version too if there is no file left.
To delete an RPM package perform a HTTP DELETE operation. This will delete the package version too if there is no file left.

```
DELETE https://gitea.example.com/api/packages/{owner}/rpm/{package_name}/{package_version}/{architecture}
Expand Down

0 comments on commit 9ce95fe

Please sign in to comment.