mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
songrec: add tomasrivera as maintainer
(cherry picked from commit 32bc26bfeb)
This commit is contained in:
committed by
github-actions[bot]
parent
6e73fa5de9
commit
d91bf85246
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user