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