6 lines
148 B
Nix
6 lines
148 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "spotify-player";
|
|
homepage = "https://github.com/aome510/spotify-player";
|
|
maintainers = [ lib.maintainers.repparw ];
|
|
}
|