pyradio: add yayayayaka to maintainers

This commit is contained in:
Yaya 2024-04-07 11:44:30 +02:00
parent 6d45a92d5e
commit 239a88ca61
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ python3Packages.buildPythonApplication rec {
mainProgram = "pyradio";
changelog = "https://github.com/coderholic/pyradio/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ contrun ];
maintainers = with maintainers; [ contrun yayayayaka ];
};
}