Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #308019 from bobby285271/upd/homepage

treewide: Move away from wiki.gnome.org (part 1)

authored by Bobby Rong and committed by GitHub 6fdb14ca 097de5af

+75 -75
+3 -3
doc/languages-frameworks/gnome.section.md
··· 8 8 9 9 [GSettings](https://developer.gnome.org/gio/stable/GSettings.html) API is often used for storing settings. GSettings schemas are required, to know the type and other metadata of the stored values. GLib looks for `glib-2.0/schemas/gschemas.compiled` files inside the directories of `XDG_DATA_DIRS`. 10 10 11 - On Linux, GSettings API is implemented using [dconf](https://wiki.gnome.org/Projects/dconf) backend. You will need to add `dconf` [GIO module](#ssec-gnome-gio-modules) to `GIO_EXTRA_MODULES` variable, otherwise the `memory` backend will be used and the saved settings will not be persistent. 11 + On Linux, GSettings API is implemented using [dconf](https://gitlab.gnome.org/GNOME/dconf) backend. You will need to add `dconf` [GIO module](#ssec-gnome-gio-modules) to `GIO_EXTRA_MODULES` variable, otherwise the `memory` backend will be used and the saved settings will not be persistent. 12 12 13 13 Last you will need the dconf database D-Bus service itself. You can enable it using `programs.dconf.enable`. 14 14 ··· 76 76 77 77 ### GObject introspection typelibs {#ssec-gnome-typelibs} 78 78 79 - [GObject introspection](https://wiki.gnome.org/Projects/GObjectIntrospection) allows applications to use C libraries in other languages easily. It does this through `typelib` files searched in `GI_TYPELIB_PATH`. 79 + [GObject introspection](https://gitlab.gnome.org/GNOME/gobject-introspection) allows applications to use C libraries in other languages easily. It does this through `typelib` files searched in `GI_TYPELIB_PATH`. 80 80 81 81 ### Various plug-ins {#ssec-gnome-plugins} 82 82 83 - If your application uses [GStreamer](https://gstreamer.freedesktop.org/) or [Grilo](https://wiki.gnome.org/Projects/Grilo), you should set `GST_PLUGIN_SYSTEM_PATH_1_0` and `GRL_PLUGIN_PATH`, respectively. 83 + If your application uses [GStreamer](https://gstreamer.freedesktop.org/) or [Grilo](https://gitlab.gnome.org/GNOME/grilo), you should set `GST_PLUGIN_SYSTEM_PATH_1_0` and `GRL_PLUGIN_PATH`, respectively. 84 84 85 85 ## Onto `wrapGAppsHook` {#ssec-gnome-hooks} 86 86
+1 -1
pkgs/applications/accessibility/mousetweaks/default.nix
··· 41 41 The features can be activated and configured through the Universal Access 42 42 panel of the GNOME Control Center. 43 43 ''; 44 - homepage = "https://wiki.gnome.org/Projects/Mousetweaks"; 44 + homepage = "https://gitlab.gnome.org/Archive/mousetweaks"; 45 45 license = licenses.gpl2; 46 46 platforms = platforms.linux; 47 47 maintainers = [ maintainers.johnazoidberg ];
+1 -1
pkgs/data/misc/mobile-broadband-provider-info/default.nix
··· 22 22 23 23 meta = with lib; { 24 24 description = "Mobile broadband service provider database"; 25 - homepage = "https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders"; 25 + homepage = "https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info"; 26 26 license = licenses.publicDomain; 27 27 maintainers = [ ]; 28 28 platforms = platforms.all;
+1 -1
pkgs/desktops/gnome/core/caribou/default.nix
··· 62 62 meta = with lib; { 63 63 description = "An input assistive technology intended for switch and pointer users"; 64 64 mainProgram = "caribou-preferences"; 65 - homepage = "https://wiki.gnome.org/Projects/Caribou"; 65 + homepage = "https://gitlab.gnome.org/Archive/caribou"; 66 66 license = licenses.lgpl21; 67 67 maintainers = teams.gnome.members; 68 68 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/core/gdm/default.nix
··· 187 187 188 188 meta = with lib; { 189 189 description = "A program that manages graphical display servers and handles graphical user logins"; 190 - homepage = "https://wiki.gnome.org/Projects/GDM"; 190 + homepage = "https://gitlab.gnome.org/GNOME/gdm"; 191 191 license = licenses.gpl2Plus; 192 192 maintainers = teams.gnome.members; 193 193 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/core/gnome-keyring/default.nix
··· 97 97 98 98 meta = with lib; { 99 99 description = "Collection of components in GNOME that store secrets, passwords, keys, certificates and make them available to applications"; 100 - homepage = "https://wiki.gnome.org/Projects/GnomeKeyring"; 100 + homepage = "https://gitlab.gnome.org/GNOME/gnome-keyring"; 101 101 license = licenses.gpl2; 102 102 maintainers = teams.gnome.members; 103 103 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/core/gnome-online-miners/default.nix
··· 107 107 }; 108 108 109 109 meta = with lib; { 110 - homepage = "https://wiki.gnome.org/Projects/GnomeOnlineMiners"; 110 + homepage = "https://gitlab.gnome.org/Archive/gnome-online-miners"; 111 111 description = "A set of crawlers that go through your online content and index them locally in Tracker"; 112 112 maintainers = teams.gnome.members; 113 113 license = licenses.gpl2Plus;
+1 -1
pkgs/desktops/gnome/core/gnome-remote-desktop/default.nix
··· 75 75 }; 76 76 77 77 meta = with lib; { 78 - homepage = "https://wiki.gnome.org/Projects/Mutter/RemoteDesktop"; 78 + homepage = "https://gitlab.gnome.org/GNOME/gnome-remote-desktop"; 79 79 description = "GNOME Remote Desktop server"; 80 80 mainProgram = "grdctl"; 81 81 maintainers = teams.gnome.members;
+1 -1
pkgs/desktops/gnome/core/gnome-session/default.nix
··· 132 132 133 133 meta = with lib; { 134 134 description = "GNOME session manager"; 135 - homepage = "https://wiki.gnome.org/Projects/SessionManagement"; 135 + homepage = "https://gitlab.gnome.org/GNOME/gnome-session"; 136 136 license = licenses.gpl2Plus; 137 137 maintainers = teams.gnome.members; 138 138 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/core/gnome-shell-extensions/default.nix
··· 69 69 }; 70 70 71 71 meta = with lib; { 72 - homepage = "https://wiki.gnome.org/Projects/GnomeShell/Extensions"; 72 + homepage = "https://gitlab.gnome.org/GNOME/gnome-shell-extensions"; 73 73 description = "Modify and extend GNOME Shell functionality and behavior"; 74 74 maintainers = teams.gnome.members; 75 75 license = licenses.gpl2Plus;
+1 -1
pkgs/desktops/gnome/core/gnome-shell/default.nix
··· 227 227 228 228 meta = with lib; { 229 229 description = "Core user interface for the GNOME 3 desktop"; 230 - homepage = "https://wiki.gnome.org/Projects/GnomeShell"; 230 + homepage = "https://gitlab.gnome.org/GNOME/gnome-shell"; 231 231 license = licenses.gpl2Plus; 232 232 maintainers = teams.gnome.members; 233 233 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/core/libgnome-keyring/default.nix
··· 20 20 21 21 meta = { 22 22 description = "Framework for managing passwords and other secrets"; 23 - homepage = "https://wiki.gnome.org/Projects/GnomeKeyring"; 23 + homepage = "https://gitlab.gnome.org/Archive/libgnome-keyring"; 24 24 license = with lib.licenses; [ gpl2Plus lgpl2Plus ]; 25 25 pkgConfigModules = [ "gnome-keyring-1" ]; 26 26 platforms = lib.platforms.unix;
+1 -1
pkgs/desktops/gnome/core/rygel/default.nix
··· 100 100 101 101 meta = with lib; { 102 102 description = "A home media solution (UPnP AV MediaServer) that allows you to easily share audio, video and pictures to other devices"; 103 - homepage = "https://wiki.gnome.org/Projects/Rygel"; 103 + homepage = "https://gitlab.gnome.org/GNOME/rygel"; 104 104 license = licenses.lgpl21Plus; 105 105 maintainers = teams.gnome.members; 106 106 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/core/zenity/default.nix
··· 49 49 meta = with lib; { 50 50 mainProgram = "zenity"; 51 51 description = "Tool to display dialogs from the commandline and shell scripts"; 52 - homepage = "https://wiki.gnome.org/Projects/Zenity"; 52 + homepage = "https://gitlab.gnome.org/GNOME/zenity"; 53 53 license = licenses.lgpl21Plus; 54 54 platforms = platforms.unix; 55 55 maintainers = teams.gnome.members;
+1 -1
pkgs/desktops/gnome/extensions/buildGnomeExtension.nix
··· 54 54 description = builtins.head (lib.splitString "\n" description); 55 55 longDescription = description; 56 56 homepage = link; 57 - license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing 57 + license = lib.licenses.gpl2Plus; # https://gjs.guide/extensions/review-guidelines/review-guidelines.html#licensing 58 58 platforms = lib.platforms.linux; 59 59 maintainers = with lib.maintainers; [ ]; 60 60 };
+2 -2
pkgs/desktops/gnome/extensions/gnome-browser-connector/default.nix
··· 57 57 58 58 meta = with lib; { 59 59 description = "Native host connector for the GNOME Shell browser extension"; 60 - homepage = "https://wiki.gnome.org/Projects/GnomeShellIntegration"; 60 + homepage = "https://gitlab.gnome.org/GNOME/gnome-browser-connector"; 61 61 longDescription = '' 62 - 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>. 62 + 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`. 63 63 ''; 64 64 license = licenses.gpl3Plus; 65 65 maintainers = teams.gnome.members;
+1 -1
pkgs/desktops/gnome/misc/gnome-applets/default.nix
··· 73 73 meta = with lib; { 74 74 description = "Applets for use with the GNOME panel"; 75 75 mainProgram = "cpufreq-selector"; 76 - homepage = "https://wiki.gnome.org/Projects/GnomeApplets"; 76 + homepage = "https://gitlab.gnome.org/GNOME/gnome-applets"; 77 77 license = licenses.gpl2Plus; 78 78 maintainers = teams.gnome.members; 79 79 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/misc/gnome-flashback/default.nix
··· 185 185 meta = with lib; { 186 186 description = "GNOME 2.x-like session for GNOME 3"; 187 187 mainProgram = "gnome-flashback"; 188 - homepage = "https://wiki.gnome.org/Projects/GnomeFlashback"; 188 + homepage = "https://gitlab.gnome.org/GNOME/gnome-flashback"; 189 189 license = licenses.gpl2; 190 190 maintainers = teams.gnome.members; 191 191 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/misc/gnome-panel/default.nix
··· 100 100 meta = with lib; { 101 101 description = "Component of Gnome Flashback that provides panels and default applets for the desktop"; 102 102 mainProgram = "gnome-panel"; 103 - homepage = "https://wiki.gnome.org/Projects/GnomePanel"; 103 + homepage = "https://gitlab.gnome.org/GNOME/gnome-panel"; 104 104 license = licenses.gpl2Plus; 105 105 maintainers = teams.gnome.members; 106 106 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/misc/metacity/default.nix
··· 66 66 67 67 meta = with lib; { 68 68 description = "Window manager used in Gnome Flashback"; 69 - homepage = "https://wiki.gnome.org/Projects/Metacity"; 69 + homepage = "https://gitlab.gnome.org/GNOME/metacity"; 70 70 license = licenses.gpl2; 71 71 maintainers = teams.gnome.members; 72 72 platforms = platforms.linux;
+1 -1
pkgs/desktops/gnome/misc/nautilus-python/default.nix
··· 58 58 59 59 meta = with lib; { 60 60 description = "Python bindings for the Nautilus Extension API"; 61 - homepage = "https://wiki.gnome.org/Projects/NautilusPython"; 61 + homepage = "https://gitlab.gnome.org/GNOME/nautilus-python"; 62 62 license = licenses.gpl2Plus; 63 63 maintainers = teams.gnome.members; 64 64 platforms = platforms.unix;
+1 -1
pkgs/development/compilers/vala/default.nix
··· 77 77 78 78 meta = with lib; { 79 79 description = "Compiler for GObject type system"; 80 - homepage = "https://wiki.gnome.org/Projects/Vala"; 80 + homepage = "https://vala.dev"; 81 81 license = licenses.lgpl21Plus; 82 82 platforms = platforms.unix; 83 83 maintainers = with maintainers; [ antono jtojnar ] ++ teams.pantheon.members;
+1 -1
pkgs/development/libraries/dconf/default.nix
··· 76 76 }; 77 77 78 78 meta = with lib; { 79 - homepage = "https://wiki.gnome.org/Projects/dconf"; 79 + homepage = "https://gitlab.gnome.org/GNOME/dconf"; 80 80 license = licenses.lgpl21Plus; 81 81 platforms = platforms.unix; 82 82 maintainers = teams.gnome.members;
+1 -1
pkgs/development/libraries/folks/default.nix
··· 110 110 111 111 meta = with lib; { 112 112 description = "A library that aggregates people from multiple sources to create metacontacts"; 113 - homepage = "https://wiki.gnome.org/Projects/Folks"; 113 + homepage = "https://gitlab.gnome.org/GNOME/folks"; 114 114 license = licenses.lgpl21Plus; 115 115 maintainers = teams.gnome.members; 116 116 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/gexiv2/default.nix
··· 75 75 }; 76 76 77 77 meta = with lib; { 78 - homepage = "https://wiki.gnome.org/Projects/gexiv2"; 78 + homepage = "https://gitlab.gnome.org/GNOME/gexiv2"; 79 79 description = "GObject wrapper around the Exiv2 photo metadata library"; 80 80 license = licenses.gpl2Plus; 81 81 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/gfbgraph/default.nix
··· 58 58 }; 59 59 60 60 meta = with lib; { 61 - homepage = "https://wiki.gnome.org/Projects/GFBGraph"; 61 + homepage = "https://gitlab.gnome.org/GNOME/libgfbgraph"; 62 62 description = "GLib/GObject wrapper for the Facebook Graph API"; 63 63 maintainers = teams.gnome.members; 64 64 license = licenses.lgpl21Plus;
+1 -1
pkgs/development/libraries/glib/default.nix
··· 282 282 283 283 meta = with lib; { 284 284 description = "C library of programming buildings blocks"; 285 - homepage = "https://wiki.gnome.org/Projects/GLib"; 285 + homepage = "https://gitlab.gnome.org/GNOME/glib"; 286 286 license = licenses.lgpl21Plus; 287 287 maintainers = teams.gnome.members ++ (with maintainers; [ lovek323 raskin ]); 288 288 pkgConfigModules = [
+1 -1
pkgs/development/libraries/gnome-online-accounts/default.nix
··· 93 93 }; 94 94 95 95 meta = with lib; { 96 - homepage = "https://wiki.gnome.org/Projects/GnomeOnlineAccounts"; 96 + homepage = "https://gitlab.gnome.org/GNOME/gnome-online-accounts"; 97 97 description = "Single sign-on framework for GNOME"; 98 98 platforms = platforms.unix; 99 99 license = licenses.lgpl2Plus;
+1 -1
pkgs/development/libraries/gnome-video-effects/default.nix
··· 32 32 33 33 meta = with lib; { 34 34 description = "A collection of GStreamer effects to be used in different GNOME Modules"; 35 - homepage = "https://wiki.gnome.org/Projects/GnomeVideoEffects"; 35 + homepage = "https://gitlab.gnome.org/GNOME/gnome-video-effects"; 36 36 platforms = platforms.unix; 37 37 maintainers = teams.gnome.members; 38 38 license = licenses.gpl2;
+1 -1
pkgs/development/libraries/gom/default.nix
··· 56 56 57 57 meta = with lib; { 58 58 description = "A GObject to SQLite object mapper"; 59 - homepage = "https://wiki.gnome.org/Projects/Gom"; 59 + homepage = "https://gitlab.gnome.org/GNOME/gom"; 60 60 license = licenses.lgpl21Plus; 61 61 platforms = platforms.unix; 62 62 maintainers = teams.gnome.members;
+1 -1
pkgs/development/libraries/goocanvas/2.x.nix
··· 31 31 32 32 meta = with lib; { 33 33 description = "Canvas widget for GTK based on the the Cairo 2D library"; 34 - homepage = "https://wiki.gnome.org/Projects/GooCanvas"; 34 + homepage = "https://gitlab.gnome.org/Archive/goocanvas"; 35 35 license = licenses.lgpl2; 36 36 maintainers = with maintainers; [ ]; 37 37 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/goocanvas/3.x.nix
··· 50 50 51 51 meta = with lib; { 52 52 description = "Canvas widget for GTK based on the the Cairo 2D library"; 53 - homepage = "https://wiki.gnome.org/Projects/GooCanvas"; 53 + homepage = "https://gitlab.gnome.org/Archive/goocanvas"; 54 54 license = licenses.lgpl2; # https://gitlab.gnome.org/GNOME/goocanvas/-/issues/12 55 55 maintainers = with maintainers; [ bobby285271 ]; 56 56 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/goocanvas/default.nix
··· 22 22 23 23 meta = with lib; { 24 24 description = "Canvas widget for GTK based on the the Cairo 2D library"; 25 - homepage = "https://wiki.gnome.org/Projects/GooCanvas"; 25 + homepage = "https://gitlab.gnome.org/Archive/goocanvas"; 26 26 license = licenses.lgpl2; 27 27 platforms = lib.platforms.unix; 28 28 };
+1 -1
pkgs/development/libraries/goocanvasmm/default.nix
··· 25 25 26 26 meta = with lib; { 27 27 description = "C++ bindings for GooCanvas"; 28 - homepage = "https://wiki.gnome.org/Projects/GooCanvas"; 28 + homepage = "https://gitlab.gnome.org/Archive/goocanvasmm"; 29 29 license = licenses.lgpl2; 30 30 maintainers = with maintainers; [ ]; 31 31 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/grilo-plugins/default.nix
··· 92 92 }; 93 93 94 94 meta = with lib; { 95 - homepage = "https://wiki.gnome.org/Projects/Grilo"; 95 + homepage = "https://gitlab.gnome.org/GNOME/grilo-plugins"; 96 96 description = "A collection of plugins for the Grilo framework"; 97 97 maintainers = teams.gnome.members; 98 98 license = licenses.lgpl21Plus;
+1 -1
pkgs/development/libraries/grilo/default.nix
··· 71 71 }; 72 72 73 73 meta = with lib; { 74 - homepage = "https://wiki.gnome.org/Projects/Grilo"; 74 + homepage = "https://gitlab.gnome.org/GNOME/grilo"; 75 75 description = "Framework that provides access to various sources of multimedia content, using a pluggable system"; 76 76 maintainers = teams.gnome.members; 77 77 license = licenses.lgpl2Plus;
+1 -1
pkgs/development/libraries/gsound/default.nix
··· 22 22 }; 23 23 24 24 meta = with lib; { 25 - homepage = "https://wiki.gnome.org/Projects/GSound"; 25 + homepage = "https://gitlab.gnome.org/GNOME/gsound"; 26 26 description = "Small library for playing system sounds"; 27 27 mainProgram = "gsound-play"; 28 28 maintainers = teams.gnome.members;
+1 -1
pkgs/development/libraries/gspell/default.nix
··· 72 72 meta = with lib; { 73 73 description = "A spell-checking library for GTK applications"; 74 74 mainProgram = "gspell-app1"; 75 - homepage = "https://wiki.gnome.org/Projects/gspell"; 75 + homepage = "https://gitlab.gnome.org/GNOME/gspell"; 76 76 license = licenses.lgpl21Plus; 77 77 maintainers = teams.gnome.members; 78 78 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/gtk-mac-integration/default.nix
··· 23 23 meta = with lib; { 24 24 description = "Provides integration for GTK applications into the Mac desktop"; 25 25 license = licenses.lgpl21; 26 - homepage = "https://wiki.gnome.org/Projects/GTK/OSX/Integration"; 26 + homepage = "https://gitlab.gnome.org/GNOME/gtk-mac-integration"; 27 27 maintainers = with maintainers; [ matthewbauer ]; 28 28 platforms = platforms.darwin; 29 29 };
+1 -1
pkgs/development/libraries/gtkimageview/default.nix
··· 20 20 doCheck = true; 21 21 22 22 meta = { 23 - homepage = "https://wiki.gnome.org/Projects/GTK/GtkImageView"; 23 + homepage = "https://gitlab.gnome.org/Archive/gtkimageview"; 24 24 25 25 description = "Image viewer widget for GTK"; 26 26
+1 -1
pkgs/development/libraries/gtksourceview/3.x.nix
··· 49 49 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; 50 50 51 51 meta = with lib; { 52 - homepage = "https://wiki.gnome.org/Projects/GtkSourceView"; 52 + homepage = "https://gitlab.gnome.org/GNOME/gtksourceview"; 53 53 pkgConfigModules = [ "gtksourceview-3.0" ]; 54 54 platforms = with platforms; linux ++ darwin; 55 55 license = licenses.lgpl21;
+1 -1
pkgs/development/libraries/gtksourceview/4.x.nix
··· 122 122 123 123 meta = with lib; { 124 124 description = "Source code editing widget for GTK"; 125 - homepage = "https://wiki.gnome.org/Projects/GtkSourceView"; 125 + homepage = "https://gitlab.gnome.org/GNOME/gtksourceview"; 126 126 pkgConfigModules = [ "gtksourceview-4" ]; 127 127 platforms = platforms.unix; 128 128 license = licenses.lgpl21Plus;
+1 -1
pkgs/development/libraries/gtksourceview/5.x.nix
··· 110 110 111 111 meta = with lib; { 112 112 description = "Source code editing widget for GTK"; 113 - homepage = "https://wiki.gnome.org/Projects/GtkSourceView"; 113 + homepage = "https://gitlab.gnome.org/GNOME/gtksourceview"; 114 114 pkgConfigModules = [ "gtksourceview-5" ]; 115 115 platforms = platforms.unix; 116 116 license = licenses.lgpl21Plus;
+1 -1
pkgs/development/libraries/gupnp-dlna/default.nix
··· 60 60 }; 61 61 62 62 meta = with lib; { 63 - homepage = "https://wiki.gnome.org/Projects/GUPnP/"; 63 + homepage = "https://gitlab.gnome.org/GNOME/gupnp-dlna"; 64 64 description = "Library to ease DLNA-related bits for applications using GUPnP"; 65 65 license = licenses.lgpl2Plus; 66 66 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/json-glib/default.nix
··· 98 98 99 99 meta = with lib; { 100 100 description = "A library providing (de)serialization support for the JavaScript Object Notation (JSON) format"; 101 - homepage = "https://wiki.gnome.org/Projects/JsonGlib"; 101 + homepage = "https://gitlab.gnome.org/GNOME/json-glib"; 102 102 license = licenses.lgpl21Plus; 103 103 maintainers = teams.gnome.members; 104 104 platforms = with platforms; unix;
+1 -1
pkgs/development/libraries/lasem/default.nix
··· 32 32 description = "SVG and MathML rendering library"; 33 33 mainProgram = "lasem-render-0.4"; 34 34 35 - homepage = "https://wiki.gnome.org/Projects/Lasem"; 35 + homepage = "https://github.com/LasemProject/lasem"; 36 36 license = lib.licenses.gpl2Plus; 37 37 38 38 platforms = lib.platforms.unix;
+1 -1
pkgs/development/libraries/libchamplain/default.nix
··· 70 70 }; 71 71 72 72 meta = with lib; { 73 - homepage = "https://wiki.gnome.org/Projects/libchamplain"; 73 + homepage = "https://gitlab.gnome.org/GNOME/libchamplain"; 74 74 license = licenses.lgpl2Plus; 75 75 76 76 description = "C library providing a ClutterActor to display maps";
+1 -1
pkgs/development/libraries/libepc/default.nix
··· 61 61 62 62 meta = with lib; { 63 63 description = "Easy Publish and Consume Library"; 64 - homepage = "https://wiki.gnome.org/Projects/libepc"; 64 + homepage = "https://gitlab.gnome.org/Archive/libepc"; 65 65 license = licenses.lgpl21Plus; 66 66 maintainers = teams.gnome.members; 67 67 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/libgdata/default.nix
··· 78 78 79 79 meta = with lib; { 80 80 description = "GData API library"; 81 - homepage = "https://wiki.gnome.org/Projects/libgdata"; 81 + homepage = "https://gitlab.gnome.org/GNOME/libgdata"; 82 82 maintainers = with maintainers; [ raskin ] ++ teams.gnome.members; 83 83 platforms = platforms.linux; 84 84 license = licenses.lgpl21Plus;
+1 -1
pkgs/development/libraries/libgee/default.nix
··· 47 47 48 48 meta = with lib; { 49 49 description = "Utility library providing GObject-based interfaces and classes for commonly used data structures"; 50 - homepage = "https://wiki.gnome.org/Projects/Libgee"; 50 + homepage = "https://gitlab.gnome.org/GNOME/libgee"; 51 51 license = licenses.lgpl21Plus; 52 52 platforms = platforms.unix; 53 53 maintainers = teams.gnome.members;
+1 -1
pkgs/development/libraries/libgit2-glib/default.nix
··· 65 65 66 66 meta = with lib; { 67 67 description = "A glib wrapper library around the libgit2 git access library"; 68 - homepage = "https://wiki.gnome.org/Projects/Libgit2-glib"; 68 + homepage = "https://gitlab.gnome.org/GNOME/libgit2-glib"; 69 69 license = licenses.lgpl21Plus; 70 70 maintainers = teams.gnome.members; 71 71 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/libgnome-keyring/default.nix
··· 37 37 meta = { 38 38 pkgConfigModules = [ "gnome-keyring-1" ]; 39 39 inherit (glib.meta) platforms maintainers; 40 - homepage = "https://wiki.gnome.org/Projects/GnomeKeyring"; 40 + homepage = "https://gitlab.gnome.org/Archive/libgnome-keyring"; 41 41 license = with lib.licenses; [ gpl2 lgpl2 ]; 42 42 }; 43 43 })
+1 -1
pkgs/development/libraries/libgrss/default.nix
··· 58 58 59 59 meta = with lib; { 60 60 description = "Glib abstaction to handle feeds in RSS, Atom and other formats"; 61 - homepage = "https://wiki.gnome.org/Projects/Libgrss"; 61 + homepage = "https://gitlab.gnome.org/GNOME/libgrss"; 62 62 license = licenses.lgpl3Plus; 63 63 maintainers = teams.gnome.members; 64 64 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/libgudev/default.nix
··· 69 69 70 70 meta = with lib; { 71 71 description = "A library that provides GObject bindings for libudev"; 72 - homepage = "https://wiki.gnome.org/Projects/libgudev"; 72 + homepage = "https://gitlab.gnome.org/GNOME/libgudev"; 73 73 maintainers = [ maintainers.eelco ] ++ teams.gnome.members; 74 74 platforms = platforms.linux; 75 75 license = licenses.lgpl2Plus;
+1 -1
pkgs/development/libraries/libgweather/default.nix
··· 101 101 102 102 meta = with lib; { 103 103 description = "A library to access weather information from online services for numerous locations"; 104 - homepage = "https://wiki.gnome.org/Projects/LibGWeather"; 104 + homepage = "https://gitlab.gnome.org/GNOME/libgweather"; 105 105 license = licenses.gpl2Plus; 106 106 maintainers = teams.gnome.members; 107 107 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/libgxps/default.nix
··· 32 32 33 33 meta = with lib; { 34 34 description = "A GObject based library for handling and rendering XPS documents"; 35 - homepage = "https://wiki.gnome.org/Projects/libgxps"; 35 + homepage = "https://gitlab.gnome.org/GNOME/libgxps"; 36 36 license = licenses.lgpl21Plus; 37 37 maintainers = teams.gnome.members; 38 38 platforms = platforms.unix;
+1 -1
pkgs/development/libraries/libpeas/2.x.nix
··· 89 89 90 90 meta = with lib; { 91 91 description = "A GObject-based plugins engine"; 92 - homepage = "https://wiki.gnome.org/Projects/Libpeas"; 92 + homepage = "https://gitlab.gnome.org/GNOME/libpeas"; 93 93 license = licenses.gpl2Plus; 94 94 platforms = platforms.unix; 95 95 maintainers = teams.gnome.members;
+1 -1
pkgs/development/libraries/libpeas/default.nix
··· 84 84 meta = with lib; { 85 85 description = "A GObject-based plugins engine"; 86 86 mainProgram = "peas-demo"; 87 - homepage = "https://wiki.gnome.org/Projects/Libpeas"; 87 + homepage = "https://gitlab.gnome.org/GNOME/libpeas"; 88 88 license = licenses.gpl2Plus; 89 89 platforms = platforms.unix; 90 90 maintainers = teams.gnome.members;
+1 -1
pkgs/development/libraries/librest/1.0.nix
··· 91 91 92 92 meta = with lib; { 93 93 description = "Helper library for RESTful services"; 94 - homepage = "https://wiki.gnome.org/Projects/Librest"; 94 + homepage = "https://gitlab.gnome.org/GNOME/librest"; 95 95 license = licenses.lgpl21Only; 96 96 platforms = platforms.unix; 97 97 maintainers = teams.gnome.members;
+1 -1
pkgs/development/libraries/librest/default.nix
··· 55 55 56 56 meta = with lib; { 57 57 description = "Helper library for RESTful services"; 58 - homepage = "https://wiki.gnome.org/Projects/Librest"; 58 + homepage = "https://gitlab.gnome.org/GNOME/librest"; 59 59 license = licenses.lgpl21Only; 60 60 platforms = platforms.unix; 61 61 maintainers = teams.gnome.members;
+1 -1
pkgs/development/libraries/librsvg/default.nix
··· 217 217 218 218 meta = with lib; { 219 219 description = "A small library to render SVG images to Cairo surfaces"; 220 - homepage = "https://wiki.gnome.org/Projects/LibRsvg"; 220 + homepage = "hhttps://gitlab.gnome.org/GNOME/librsvg"; 221 221 license = licenses.lgpl2Plus; 222 222 maintainers = teams.gnome.members; 223 223 mainProgram = "rsvg-convert";
+1 -1
pkgs/development/libraries/libsecret/default.nix
··· 121 121 122 122 meta = { 123 123 description = "A library for storing and retrieving passwords and other secrets"; 124 - homepage = "https://wiki.gnome.org/Projects/Libsecret"; 124 + homepage = "https://gitlab.gnome.org/GNOME/libsecret"; 125 125 license = lib.licenses.lgpl21Plus; 126 126 mainProgram = "secret-tool"; 127 127 inherit (glib.meta) platforms maintainers;
+1 -1
pkgs/development/libraries/libsoup/3.x.nix
··· 101 101 102 102 meta = { 103 103 description = "HTTP client/server library for GNOME"; 104 - homepage = "https://wiki.gnome.org/Projects/libsoup"; 104 + homepage = "https://gitlab.gnome.org/GNOME/libsoup"; 105 105 license = lib.licenses.lgpl2Plus; 106 106 inherit (glib.meta) maintainers platforms; 107 107 };
+1 -1
pkgs/development/libraries/libsoup/default.nix
··· 93 93 94 94 meta = { 95 95 description = "HTTP client/server library for GNOME"; 96 - homepage = "https://wiki.gnome.org/Projects/libsoup"; 96 + homepage = "https://gitlab.gnome.org/GNOME/libsoup"; 97 97 license = lib.licenses.lgpl2Plus; 98 98 inherit (glib.meta) maintainers platforms; 99 99 pkgConfigModules = [
+1 -1
pkgs/development/libraries/libzapojit/default.nix
··· 23 23 24 24 meta = with lib; { 25 25 description = "GObject wrapper for the SkyDrive and Hotmail REST APIs"; 26 - homepage = "https://wiki.gnome.org/Projects/Zapojit"; 26 + homepage = "https://gitlab.gnome.org/Archive/libzapojit"; 27 27 license = licenses.lgpl21Plus; 28 28 maintainers = teams.gnome.members; 29 29 platforms = platforms.linux;
+1 -1
pkgs/development/libraries/tracker-miners/default.nix
··· 135 135 }; 136 136 137 137 meta = with lib; { 138 - homepage = "https://wiki.gnome.org/Projects/Tracker"; 138 + homepage = "https://gitlab.gnome.org/GNOME/tracker-miners"; 139 139 description = "Desktop-neutral user information store, search tool and indexer"; 140 140 maintainers = teams.gnome.members; 141 141 license = licenses.gpl2Plus;
+1 -1
pkgs/development/libraries/tracker/default.nix
··· 171 171 }; 172 172 173 173 meta = with lib; { 174 - homepage = "https://wiki.gnome.org/Projects/Tracker"; 174 + homepage = "https://tracker.gnome.org/"; 175 175 description = "Desktop-neutral user information store, search tool and indexer"; 176 176 mainProgram = "tracker3"; 177 177 maintainers = teams.gnome.members;
+1 -1
pkgs/development/tools/gtk-mac-bundler/default.nix
··· 25 25 description = "a helper script that creates application bundles form GTK executables for macOS"; 26 26 maintainers = [ maintainers.matthewbauer ]; 27 27 platforms = platforms.darwin; 28 - homepage = "https://wiki.gnome.org/Projects/GTK/OSX/Bundling"; 28 + homepage = "https://gitlab.gnome.org/GNOME/gtk-mac-bundler"; 29 29 license = licenses.gpl2; 30 30 }; 31 31 }
+1 -1
pkgs/servers/hqplayerd/rygel.nix
··· 100 100 101 101 meta = with lib; { 102 102 description = "A home media solution (UPnP AV MediaServer) that allows you to easily share audio, video and pictures to other devices"; 103 - homepage = "https://wiki.gnome.org/Projects/Rygel"; 103 + homepage = "https://gitlab.gnome.org/GNOME/rygel"; 104 104 license = licenses.lgpl21Plus; 105 105 maintainers = teams.gnome.members; 106 106 platforms = platforms.linux;
+1 -1
pkgs/tools/admin/gtk-vnc/default.nix
··· 70 70 71 71 meta = with lib; { 72 72 description = "GTK VNC widget"; 73 - homepage = "https://wiki.gnome.org/Projects/gtk-vnc"; 73 + homepage = "https://gitlab.gnome.org/GNOME/gtk-vnc"; 74 74 license = licenses.lgpl2Plus; 75 75 maintainers = with maintainers; [ raskin offline ]; 76 76 platforms = platforms.unix;
+1 -1
pkgs/tools/networking/gupnp-tools/default.nix
··· 54 54 55 55 meta = with lib; { 56 56 description = "Set of utilities and demos to work with UPnP"; 57 - homepage = "https://wiki.gnome.org/Projects/GUPnP"; 57 + homepage = "https://gitlab.gnome.org/GNOME/gupnp-tools"; 58 58 license = licenses.gpl2Plus; 59 59 maintainers = teams.gnome.members; 60 60 platforms = platforms.unix;
+1 -1
pkgs/tools/networking/networkmanager/default.nix
··· 210 210 }; 211 211 212 212 meta = with lib; { 213 - homepage = "https://wiki.gnome.org/Projects/NetworkManager"; 213 + homepage = "https://networkmanager.dev"; 214 214 description = "Network configuration and management tool"; 215 215 license = licenses.gpl2Plus; 216 216 changelog = "https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/raw/${version}/NEWS";