Commit 7b1506bb authored by aleksana's avatar aleksana
Browse files

waylyrics: add aleksana as maintainer

parent c98a5bb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
    description = "Desktop lyrics with QQ and NetEase Music source";
    homepage = "https://github.com/poly000/waylyrics";
    license = with licenses; [ mit cc-by-40 ];
    maintainers = [ maintainers.shadowrz ];
    maintainers = with maintainers; [ shadowrz aleksana ];
    platforms = platforms.linux;
  };
}