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

The wiki.gnome.org site is planned for retirement.
This commit is contained in:
Bobby Rong 2024-04-30 22:14:16 +08:00
parent d062f067d8
commit d9d9312265
No known key found for this signature in database
18 changed files with 19 additions and 19 deletions

View file

@ -62,7 +62,7 @@ in stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "An input assistive technology intended for switch and pointer users"; description = "An input assistive technology intended for switch and pointer users";
mainProgram = "caribou-preferences"; mainProgram = "caribou-preferences";
homepage = "https://wiki.gnome.org/Projects/Caribou"; homepage = "https://gitlab.gnome.org/Archive/caribou";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -187,7 +187,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "A program that manages graphical display servers and handles graphical user logins"; description = "A program that manages graphical display servers and handles graphical user logins";
homepage = "https://wiki.gnome.org/Projects/GDM"; homepage = "https://gitlab.gnome.org/GNOME/gdm";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Collection of components in GNOME that store secrets, passwords, keys, certificates and make them available to applications"; description = "Collection of components in GNOME that store secrets, passwords, keys, certificates and make them available to applications";
homepage = "https://wiki.gnome.org/Projects/GnomeKeyring"; homepage = "https://gitlab.gnome.org/GNOME/gnome-keyring";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
homepage = "https://wiki.gnome.org/Projects/GnomeOnlineMiners"; homepage = "https://gitlab.gnome.org/Archive/gnome-online-miners";
description = "A set of crawlers that go through your online content and index them locally in Tracker"; description = "A set of crawlers that go through your online content and index them locally in Tracker";
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View file

@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
homepage = "https://wiki.gnome.org/Projects/Mutter/RemoteDesktop"; homepage = "https://gitlab.gnome.org/GNOME/gnome-remote-desktop";
description = "GNOME Remote Desktop server"; description = "GNOME Remote Desktop server";
mainProgram = "grdctl"; mainProgram = "grdctl";
maintainers = teams.gnome.members; maintainers = teams.gnome.members;

View file

@ -132,7 +132,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "GNOME session manager"; description = "GNOME session manager";
homepage = "https://wiki.gnome.org/Projects/SessionManagement"; homepage = "https://gitlab.gnome.org/GNOME/gnome-session";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
}; };
meta = with lib; { meta = with lib; {
homepage = "https://wiki.gnome.org/Projects/GnomeShell/Extensions"; homepage = "https://gitlab.gnome.org/GNOME/gnome-shell-extensions";
description = "Modify and extend GNOME Shell functionality and behavior"; description = "Modify and extend GNOME Shell functionality and behavior";
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View file

@ -227,7 +227,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "Core user interface for the GNOME 3 desktop"; description = "Core user interface for the GNOME 3 desktop";
homepage = "https://wiki.gnome.org/Projects/GnomeShell"; homepage = "https://gitlab.gnome.org/GNOME/gnome-shell";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = { meta = {
description = "Framework for managing passwords and other secrets"; description = "Framework for managing passwords and other secrets";
homepage = "https://wiki.gnome.org/Projects/GnomeKeyring"; homepage = "https://gitlab.gnome.org/Archive/libgnome-keyring";
license = with lib.licenses; [ gpl2Plus lgpl2Plus ]; license = with lib.licenses; [ gpl2Plus lgpl2Plus ];
pkgConfigModules = [ "gnome-keyring-1" ]; pkgConfigModules = [ "gnome-keyring-1" ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;

View file

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A home media solution (UPnP AV MediaServer) that allows you to easily share audio, video and pictures to other devices"; description = "A home media solution (UPnP AV MediaServer) that allows you to easily share audio, video and pictures to other devices";
homepage = "https://wiki.gnome.org/Projects/Rygel"; homepage = "https://gitlab.gnome.org/GNOME/rygel";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
mainProgram = "zenity"; mainProgram = "zenity";
description = "Tool to display dialogs from the commandline and shell scripts"; description = "Tool to display dialogs from the commandline and shell scripts";
homepage = "https://wiki.gnome.org/Projects/Zenity"; homepage = "https://gitlab.gnome.org/GNOME/zenity";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;

View file

@ -54,7 +54,7 @@ let
description = builtins.head (lib.splitString "\n" description); description = builtins.head (lib.splitString "\n" description);
longDescription = description; longDescription = description;
homepage = link; homepage = link;
license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing license = lib.licenses.gpl2Plus; # https://gjs.guide/extensions/review-guidelines/review-guidelines.html#licensing
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ]; maintainers = with lib.maintainers; [ ];
}; };

View file

@ -57,9 +57,9 @@ buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "Native host connector for the GNOME Shell browser extension"; description = "Native host connector for the GNOME Shell browser extension";
homepage = "https://wiki.gnome.org/Projects/GnomeShellIntegration"; homepage = "https://gitlab.gnome.org/GNOME/gnome-browser-connector";
longDescription = '' longDescription = ''
To use the integration, install the <link xlink:href="https://wiki.gnome.org/Projects/GnomeShellIntegration/Installation">browser extension</link>, and then set <option>services.gnome.gnome-browser-connector.enable</option> to <literal>true</literal>. To use the integration, install the [browser extension](https://gitlab.gnome.org/GNOME/gnome-browser-extension), and then set `services.gnome.gnome-browser-connector.enable` to `true`.
''; '';
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;

View file

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Applets for use with the GNOME panel"; description = "Applets for use with the GNOME panel";
mainProgram = "cpufreq-selector"; mainProgram = "cpufreq-selector";
homepage = "https://wiki.gnome.org/Projects/GnomeApplets"; homepage = "https://gitlab.gnome.org/GNOME/gnome-applets";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -185,7 +185,7 @@ let
meta = with lib; { meta = with lib; {
description = "GNOME 2.x-like session for GNOME 3"; description = "GNOME 2.x-like session for GNOME 3";
mainProgram = "gnome-flashback"; mainProgram = "gnome-flashback";
homepage = "https://wiki.gnome.org/Projects/GnomeFlashback"; homepage = "https://gitlab.gnome.org/GNOME/gnome-flashback";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Component of Gnome Flashback that provides panels and default applets for the desktop"; description = "Component of Gnome Flashback that provides panels and default applets for the desktop";
mainProgram = "gnome-panel"; mainProgram = "gnome-panel";
homepage = "https://wiki.gnome.org/Projects/GnomePanel"; homepage = "https://gitlab.gnome.org/GNOME/gnome-panel";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Window manager used in Gnome Flashback"; description = "Window manager used in Gnome Flashback";
homepage = "https://wiki.gnome.org/Projects/Metacity"; homepage = "https://gitlab.gnome.org/GNOME/metacity";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;

View file

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Python bindings for the Nautilus Extension API"; description = "Python bindings for the Nautilus Extension API";
homepage = "https://wiki.gnome.org/Projects/NautilusPython"; homepage = "https://gitlab.gnome.org/GNOME/nautilus-python";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = teams.gnome.members; maintainers = teams.gnome.members;
platforms = platforms.unix; platforms = platforms.unix;