Browse Source

Update package.metadata.deb to modern standards (#498)

Change underscores to dashes to conform with cargo-deb specifications.
Åke 4 years ago
parent
commit
9f3a02ee8f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -76,9 +76,9 @@ default = ["librespot-playback/rodio-backend"]
 [package.metadata.deb]
 maintainer = "librespot-org"
 copyright = "2018 Paul Liétar"
-license_file = ["LICENSE", "4"]
+license-file = ["LICENSE", "4"]
 depends = "$auto"
-extended_description = """\
+extended-description = """\
 librespot is an open source client library for Spotify. It enables applications \
 to use Spotify's service, without using the official but closed-source \
 libspotify. Additionally, it will provide extra features which are not \