Unverified Commit 7d12338e authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

luaPackages.vicious: update changelog url (#515033)

parents 22746e45 3d23c056
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