parent
546eda3ee2
commit
6aca512b8a
10 changed files with 71 additions and 14 deletions
packages/librespot-auth
|
@ -35,10 +35,10 @@ rustPlatform.buildRustPackage rec {
|
|||
openssl
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "A simple program for populating a credentials.json via Spotify's zeroconf authentication.";
|
||||
mainProgram = pname;
|
||||
homepage = "https://github.com/dspearson/librespot-auth";
|
||||
license = with licenses; [isc];
|
||||
license = with lib.licenses; [isc];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue