Unverified Commit cc01c004 authored by Bobby Rong's avatar Bobby Rong
Browse files

pkgs/applications: Move away from wiki.gnome.org

The wiki.gnome.org site is planned for retirement.
parent 25d72992
Loading
Loading
Loading
Loading
+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;
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "A Gnome CD Ripper";
    mainProgram = "sound-juicer";
    homepage = "https://wiki.gnome.org/Apps/SoundJuicer";
    homepage = "https://gitlab.gnome.org/GNOME/sound-juicer";
    maintainers = [ maintainers.bdimcheff ];
    license = licenses.gpl2Plus;
    platforms = platforms.linux;
Loading