Skip to content

Commit

Permalink
Merge pull request rockcrafters#4 from vpa1977/fix_vcs_url
Browse files Browse the repository at this point in the history
fix: rename vcs url in plugin description
  • Loading branch information
vpa1977 authored Oct 4, 2024
2 parents 8553fb2 + be76190 commit 4e7c531
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Builds [Ubuntu ROCK](https://documentation.ubuntu.com/rockcraft/en/latest/explanation/rocks/) image for your application.
The plugin requires [rockcraft](https://github/canonical/rockcraft) installed.

![Github Actions](https://github.com/canonical/rockcraft-gradle-plugin/actions/workflows/build.yml/badge.svg)
![Github Actions](https://github.com/rockcrafters/java-rockcraft-plugins/actions/workflows/build.yml/badge.svg)
[![GNU GPLv3 license](https://img.shields.io/badge/license-GPLv3-blue)](https://www.gnu.org/licenses/gpl-3.0.html#license-text)

# Getting started
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

## Reporting a Vulnerability

To report a security issue, file a [Private Security Report](https://github.com/canonical/rockcraft-gradle-plugin/security/advisories/new) with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue.
To report a security issue, file a [Private Security Report](https://github.com/rockcrafters/java-rockcraft-plugins/security/advisories/new) with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue.

The [Ubuntu Security disclosure and embargo policy](https://ubuntu.com/security/disclosure-policy) contains more information about what you can expect when you contact us and what we expect from you.
4 changes: 2 additions & 2 deletions rockcraft-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {
}

gradlePlugin {
website = "https://github.com/canonical/rockcraft-gradle-plugin"
vcsUrl = "https://github.com/canonical/rockcraft-gradle-plugin"
website = "https://github.com/rockcrafters/java-rockcraft-plugins"
vcsUrl = "https://github.com/rockcrafters/java-rockcraft-plugins"

plugins {
create("rockcraftPlugin") {
Expand Down

0 comments on commit 4e7c531

Please sign in to comment.