pkgs/gnome: Move away from wiki.gnome.org/Projects
The wiki.gnome.org site is planned for retirement.
This commit is contained in:
parent
d062f067d8
commit
d9d9312265
18 changed files with 19 additions and 19 deletions
|
@ -62,7 +62,7 @@ in stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "An input assistive technology intended for switch and pointer users";
|
||||
mainProgram = "caribou-preferences";
|
||||
homepage = "https://wiki.gnome.org/Projects/Caribou";
|
||||
homepage = "https://gitlab.gnome.org/Archive/caribou";
|
||||
license = licenses.lgpl21;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -187,7 +187,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = with lib; {
|
||||
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;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
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;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
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";
|
||||
maintainers = teams.gnome.members;
|
||||
license = licenses.gpl2Plus;
|
||||
|
|
|
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
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";
|
||||
mainProgram = "grdctl";
|
||||
maintainers = teams.gnome.members;
|
||||
|
|
|
@ -132,7 +132,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "GNOME session manager";
|
||||
homepage = "https://wiki.gnome.org/Projects/SessionManagement";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gnome-session";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
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";
|
||||
maintainers = teams.gnome.members;
|
||||
license = licenses.gpl2Plus;
|
||||
|
|
|
@ -227,7 +227,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = with lib; {
|
||||
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;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
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 ];
|
||||
pkgConfigModules = [ "gnome-keyring-1" ];
|
||||
platforms = lib.platforms.unix;
|
||||
|
|
|
@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
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;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meta = with lib; {
|
||||
mainProgram = "zenity";
|
||||
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;
|
||||
platforms = platforms.unix;
|
||||
maintainers = teams.gnome.members;
|
||||
|
|
|
@ -54,7 +54,7 @@ let
|
|||
description = builtins.head (lib.splitString "\n" description);
|
||||
longDescription = description;
|
||||
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;
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
|
|
|
@ -57,9 +57,9 @@ buildPythonApplication rec {
|
|||
|
||||
meta = with lib; {
|
||||
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 = ''
|
||||
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;
|
||||
maintainers = teams.gnome.members;
|
||||
|
|
|
@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Applets for use with the GNOME panel";
|
||||
mainProgram = "cpufreq-selector";
|
||||
homepage = "https://wiki.gnome.org/Projects/GnomeApplets";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gnome-applets";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -185,7 +185,7 @@ let
|
|||
meta = with lib; {
|
||||
description = "GNOME 2.x-like session for GNOME 3";
|
||||
mainProgram = "gnome-flashback";
|
||||
homepage = "https://wiki.gnome.org/Projects/GnomeFlashback";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gnome-flashback";
|
||||
license = licenses.gpl2;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Component of Gnome Flashback that provides panels and default applets for the desktop";
|
||||
mainProgram = "gnome-panel";
|
||||
homepage = "https://wiki.gnome.org/Projects/GnomePanel";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/gnome-panel";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Window manager used in Gnome Flashback";
|
||||
homepage = "https://wiki.gnome.org/Projects/Metacity";
|
||||
homepage = "https://gitlab.gnome.org/GNOME/metacity";
|
||||
license = licenses.gpl2;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.linux;
|
||||
|
|
|
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with lib; {
|
||||
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;
|
||||
maintainers = teams.gnome.members;
|
||||
platforms = platforms.unix;
|
||||
|
|
Loading…
Reference in a new issue