doc: restructure module rendering (#1083)

This commit is contained in:
Flameopathic 2025-05-18 09:09:50 -04:00 committed by GitHub
parent 940de011bb
commit e2fe2df9b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
94 changed files with 413 additions and 321 deletions

View file

@ -1,5 +1,6 @@
{ lib, ... }:
{
maintainers = [ lib.maintainers.repparw ];
name = "spotify-player";
homepage = "https://github.com/aome510/spotify-player";
maintainers = [ lib.maintainers.repparw ];
}