Skip to content

Commit c9b0857

Browse files
committed
Remove forbidden tags
1 parent 6b20c07 commit c9b0857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pluginBundle {
197197
website = "https://github.com/gesellix/gradle-debian-plugin"
198198
vcsUrl = "https://github.com/gesellix/gradle-debian-plugin.git"
199199
description = "Create Debian packages with Gradle"
200-
tags = listOf("debian", "gradle", "plugin", "jdeb")
200+
tags = listOf("debian", "jdeb", "package", "ubuntu")
201201

202202
plugins {
203203
register(publicationName) {

0 commit comments

Comments
 (0)