about summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-05-01 11:44:27 +0800
committerBobby Rong <rjl931189261@126.com>2024-05-01 11:44:27 +0800
commitcc01c004d3ac8df2f8f2b9f4029cf1468fb62ce0 (patch)
tree8f0f3d3b3f345b5284cc7529be274fec63f0424e /pkgs/applications/audio/lollypop
parent25d729926e0f77ad40481b79a16903c00fbe1b17 (diff)
pkgs/applications: Move away from wiki.gnome.org
The wiki.gnome.org site is planned for retirement.
Diffstat (limited to 'pkgs/applications/audio/lollypop')
-rw-r--r--pkgs/applications/audio/lollypop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 34dbf0318a71c..3fb5e7efa7981 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -102,7 +102,7 @@ python3.pkgs.buildPythonApplication rec  {
   meta = with lib; {
     changelog = "https://gitlab.gnome.org/World/lollypop/tags/${version}";
     description = "A modern music player for GNOME";
-    homepage = "https://wiki.gnome.org/Apps/Lollypop";
+    homepage = "https://gitlab.gnome.org/World/lollypop";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ lovesegfault ];
     platforms = platforms.linux;