docs: add generated packages readme

This commit is contained in:
matt1432 2025-01-20 15:06:16 -05:00
parent 546eda3ee2
commit 6aca512b8a
10 changed files with 71 additions and 14 deletions
packages/librespot-auth

View file

@ -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];
};
}