Skip to content

Commit e318307

Browse files
committed
Fix debian package name: use dash instead of underscore
1 parent c328000 commit e318307

File tree

1 file changed

+1
-1
lines changed
  • plugins/system-environment/crates/plugin

1 file changed

+1
-1
lines changed

plugins/system-environment/crates/plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99
readme = "../../../../README.md"
1010

1111
[package.metadata.deb]
12-
name = "libinexor-rgf-plugin-system_environment"
12+
name = "libinexor-rgf-plugin-system-environment"
1313
depends = "inexor-rgf, libinexor-rgf-plugin-base, libinexor-rgf-plugin-value"
1414
assets = [
1515
["target/release/libinexor_rgf_plugin_system_environment.so", "usr/share/inexor-rgf/default/plugins/installed/libinexor_rgf_plugin_system_environment.so", "755"],

0 commit comments

Comments
 (0)