spot: make msfjarvis the maintainer

This commit is contained in:
Harsh Shandilya 2024-04-14 23:41:21 +05:30
parent fa0d4eaa9b
commit cf1752d253
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
mainProgram = "spot";
homepage = "https://github.com/xou816/spot";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ msfjarvis ];
platforms = platforms.linux;
};
}