Commit 47310c46 authored by Jan Solanti's avatar Jan Solanti
Browse files

tauon: update changelog URL

parent 8bd9f1d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ python3Packages.buildPythonApplication rec {
    description = "Linux desktop music player from the future";
    mainProgram = "tauon";
    homepage = "https://tauonmusicbox.rocks/";
    changelog = "https://github.com/Taiko2k/TauonMusicBox/releases/tag/v${version}";
    changelog = "https://github.com/Taiko2k/Tauon/releases/tag/v${version}";
    license = licenses.gpl3;
    maintainers = with maintainers; [ jansol ];
    platforms = platforms.linux ++ platforms.darwin;