Unverified Commit 13d91b7d authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #308277 from bobby285271/upd/homepage

treewide: Move away from wiki.gnome.org (part 2)
parents 14da3c97 736c6be4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# NixOS tests for gnome-desktop-testing-runner using software
# See https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests
# See https://github.com/NixOS/nixpkgs/issues/34987

{ system ? builtins.currentSystem,
  config ? {},
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
  meta = with lib; {
    description = "View and edit tags for various audio files";
    mainProgram = "easytag";
    homepage = "https://wiki.gnome.org/Apps/EasyTAG";
    homepage = "https://gitlab.gnome.org/GNOME/easytag";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Listen to your favorite podcasts";
    mainProgram = "gnome-podcasts";
    homepage = "https://wiki.gnome.org/Apps/Podcasts";
    homepage = "https://apps.gnome.org/Podcasts/";
    license = licenses.gpl3Plus;
    maintainers = teams.gnome.members;
    platforms = platforms.unix;
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
  };

  meta = with lib; {
    homepage = "https://wiki.gnome.org/Apps/Rhythmbox";
    homepage = "https://gitlab.gnome.org/GNOME/rhythmbox";
    description = "A music playing application for GNOME";
    license = licenses.gpl2Plus;
    platforms = platforms.linux;
Loading