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

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

The wiki.gnome.org site is planned for retirement.
parent cc01c004
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ python3.pkgs.buildPythonApplication rec {
  };

  meta = with lib; {
    homepage = "https://wiki.gnome.org/Apps/Accerciser";
    homepage = "https://gitlab.gnome.org/GNOME/accerciser";
    description = "Interactive Python accessibility explorer";
    mainProgram = "accerciser";
    maintainers = teams.gnome.members;
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
  };

  meta = with lib; {
    homepage = "https://wiki.gnome.org/Apps/Cheese";
    homepage = "https://gitlab.gnome.org/GNOME/cheese";
    description = "Take photos and videos with your webcam, with fun graphical effects";
    mainProgram = "cheese";
    maintainers = teams.gnome.members;
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
  };

  meta = with lib; {
    homepage = "https://wiki.gnome.org/Apps/FileRoller";
    homepage = "https://gitlab.gnome.org/GNOME/file-roller";
    description = "Archive manager for the GNOME desktop environment";
    license = licenses.gpl2Plus;
    platforms = platforms.linux;
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
  };

  meta = with lib; {
    homepage = "https://wiki.gnome.org/Apps/Ghex";
    homepage = "https://gitlab.gnome.org/GNOME/ghex";
    description = "Hex editor for GNOME desktop environment";
    mainProgram = "ghex";
    platforms = platforms.linux;
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Simple GNOME 3 application to access remote or virtual systems";
    mainProgram = "gnome-boxes";
    homepage = "https://wiki.gnome.org/Apps/Boxes";
    homepage = "https://apps.gnome.org/Boxes/";
    license = licenses.lgpl2Plus;
    platforms = platforms.linux;
    maintainers = teams.gnome.members;
Loading