Unverified Commit 3d23c056 authored by makefu's avatar makefu
Browse files

luaPackages.vicious: update changelog url

contributes to #514132
parent 71faabb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -281,8 +281,8 @@ rec {

      meta = {
        description = "Modular widget library for the awesome window manager";
        homepage = "https://vicious.rtfd.io";
        changelog = "https://vicious.rtfd.io/en/v${version}/changelog.html";
        homepage = "https://vicious.readthedocs.io";
        changelog = "https://vicious.readthedocs.io/changelog.html";
        license = lib.licenses.gpl2Plus;
        maintainers = with lib.maintainers; [
          makefu