songrec: add tomasrivera as maintainer

This commit is contained in:
Tomas Rivera
2026-06-05 12:15:54 +02:00
parent e91830af5e
commit 32bc26bfeb
+4 -1
View File
@@ -57,7 +57,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/marin-m/SongRec";
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ tcbravo ];
maintainers = with lib.maintainers; [
tcbravo
tomasrivera
];
mainProgram = "songrec";
};
})