tree-wide: Switch from gnome3.maintainers to lib.teams.gnome

This commit is contained in:
Jan Tojnar 2020-04-01 14:40:51 +02:00
parent dbb4a47de0
commit 15002f1cfd
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
180 changed files with 186 additions and 191 deletions

View file

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ...} : { import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "gnome3-xorg"; name = "gnome3-xorg";
meta = with pkgs.stdenv.lib.maintainers; { meta = with lib; {
maintainers = pkgs.gnome3.maintainers; maintainers = teams.gnome.members;
}; };
machine = { nodes, ... }: let machine = { nodes, ... }: let

View file

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ...} : { import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "gnome3"; name = "gnome3";
meta = with pkgs.stdenv.lib.maintainers; { meta = with lib; {
maintainers = pkgs.gnome3.maintainers; maintainers = teams.gnome.members;
}; };
machine = machine =

View file

@ -9,7 +9,6 @@
, rustc , rustc
, python3 , python3
, pkgconfig , pkgconfig
, gnome3
, glib , glib
, libhandy , libhandy
, gtk3 , gtk3
@ -76,7 +75,7 @@ rustPlatform.buildRustPackage rec {
description = "Listen to your favorite podcasts"; description = "Listen to your favorite podcasts";
homepage = https://wiki.gnome.org/Apps/Podcasts; homepage = https://wiki.gnome.org/Apps/Podcasts;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -164,7 +164,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://wiki.gnome.org/Apps/Builder; homepage = https://wiki.gnome.org/Apps/Builder;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
description = "Access, organize and share your photos"; description = "Access, organize and share your photos";
homepage = https://wiki.gnome.org/Apps/Photos; homepage = https://wiki.gnome.org/Apps/Photos;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Apps/Almanah_Diary; homepage = https://wiki.gnome.org/Apps/Almanah_Diary;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -28,7 +28,6 @@
, isocodes , isocodes
, gtksourceviewmm4 , gtksourceviewmm4
, postgresql , postgresql
, gnome3
, gobject-introspection , gobject-introspection
, yelp-tools , yelp-tools
, wrapGAppsHook , wrapGAppsHook
@ -127,7 +126,7 @@ in stdenv.mkDerivation rec {
description = "An easy-to-use database designer and user interface"; description = "An easy-to-use database designer and user interface";
homepage = http://www.glom.org/; homepage = http://www.glom.org/;
license = [ licenses.lgpl2 licenses.gpl2 ]; license = [ licenses.lgpl2 licenses.gpl2 ];
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -6,7 +6,6 @@
, fwupd , fwupd
, gettext , gettext
, glib , glib
, gnome3
, gtk3 , gtk3
, libsoup , libsoup
, libxmlb , libxmlb
@ -70,7 +69,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/hughsie/gnome-firmware-updater"; homepage = "https://gitlab.gnome.org/hughsie/gnome-firmware-updater";
description = "Tool for installing firmware on devices"; description = "Tool for installing firmware on devices";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
description = "Tool for writing an ISO file to multiple USB devices at once"; description = "Tool for writing an ISO file to multiple USB devices at once";
homepage = https://wiki.gnome.org/Apps/MultiWriter; homepage = https://wiki.gnome.org/Apps/MultiWriter;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Recipe management application for GNOME"; description = "Recipe management application for GNOME";
homepage = https://wiki.gnome.org/Apps/Recipes; homepage = https://wiki.gnome.org/Apps/Recipes;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
description = "A nice way to view information about use of system resources, like memory and disk space"; description = "A nice way to view information about use of system resources, like memory and disk space";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -110,7 +110,7 @@ buildPythonApplication rec {
Needs `services.gnome3.at-spi2-core.enable = true;` in `configuration.nix`. Needs `services.gnome3.at-spi2-core.enable = true;` in `configuration.nix`.
''; '';
maintainers = with maintainers; [ berce ] ++ gnome3.maintainers; maintainers = with maintainers; [ berce ] ++ teams.gnome.members;
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "User and system administration help for the GNOME desktop"; description = "User and system administration help for the GNOME desktop";
homepage = "https://help.gnome.org/users/gnome-help/"; homepage = "https://help.gnome.org/users/gnome-help/";
license = licenses.cc-by-30; license = licenses.cc-by-30;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -66,7 +66,7 @@
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Accerciser; homepage = https://wiki.gnome.org/Apps/Accerciser;
description = "Interactive Python accessibility explorer"; description = "Interactive Python accessibility explorer";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Cheese; homepage = https://wiki.gnome.org/Apps/Cheese;
description = "Take photos and videos with your webcam, with fun graphical effects"; description = "Take photos and videos with your webcam, with fun graphical effects";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -127,7 +127,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Evolution; homepage = https://wiki.gnome.org/Apps/Evolution;
description = "Personal information management application that provides integrated mail, calendaring and address book functionality"; description = "Personal information management application that provides integrated mail, calendaring and address book functionality";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
description = "Archive manager for the GNOME desktop environment"; description = "Archive manager for the GNOME desktop environment";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Gedit; homepage = https://wiki.gnome.org/Apps/Gedit;
description = "Official text editor of the GNOME desktop environment"; description = "Official text editor of the GNOME desktop environment";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
description = "Hex editor for GNOME desktop environment"; description = "Hex editor for GNOME desktop environment";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Glade"; homepage = "https://wiki.gnome.org/Apps/Glade";
description = "User interface designer for GTK applications"; description = "User interface designer for GTK applications";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.lgpl2; license = licenses.lgpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Books; homepage = https://wiki.gnome.org/Apps/Books;
description = "An e-book manager application for GNOME"; description = "An e-book manager application for GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -136,6 +136,6 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Apps/Boxes; homepage = https://wiki.gnome.org/Apps/Boxes;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Calendar; homepage = https://wiki.gnome.org/Apps/Calendar;
description = "Simple and beautiful calendar application for GNOME"; description = "Simple and beautiful calendar application for GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Design/Apps/CharacterMap"; homepage = "https://wiki.gnome.org/Design/Apps/CharacterMap";
description = "Simple utility application to find and insert unusual characters"; description = "Simple utility application to find and insert unusual characters";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Clocks; homepage = https://wiki.gnome.org/Apps/Clocks;
description = "Clock application designed for GNOME 3"; description = "Clock application designed for GNOME 3";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Documents"; homepage = "https://wiki.gnome.org/Apps/Documents";
description = "Document manager application designed to work with GNOME 3"; description = "Document manager application designed to work with GNOME 3";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://live.gnome.org/DocumentationProject; homepage = https://live.gnome.org/DocumentationProject;
description = "Help a new user get started in GNOME"; description = "Help a new user get started in GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.cc-by-sa-30; license = licenses.cc-by-sa-30;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Logs; homepage = https://wiki.gnome.org/Apps/Logs;
description = "A log viewer for the systemd journal"; description = "A log viewer for the systemd journal";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -50,7 +50,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Maps; homepage = https://wiki.gnome.org/Apps/Maps;
description = "A map application for GNOME 3"; description = "A map application for GNOME 3";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -103,7 +103,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Music"; homepage = "https://wiki.gnome.org/Apps/Music";
description = "Music player and management application for the GNOME desktop environment"; description = "Music player and management application for the GNOME desktop environment";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://gitlab.gnome.org/GNOME/gnome-nettool"; homepage = "https://gitlab.gnome.org/GNOME/gnome-nettool";
description = "A collection of networking tools"; description = "A collection of networking tools";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -83,7 +83,7 @@ stdenv.mkDerivation {
description = "Note editor designed to remain simple to use"; description = "Note editor designed to remain simple to use";
homepage = https://wiki.gnome.org/Apps/Notes; homepage = https://wiki.gnome.org/Apps/Notes;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://projects-old.gnome.org/gnome-power-manager/; homepage = https://projects-old.gnome.org/gnome-power-manager/;
description = "View battery and power statistics provided by UPower"; description = "View battery and power statistics provided by UPower";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "A simple and modern sound recorder"; description = "A simple and modern sound recorder";
homepage = https://wiki.gnome.org/Apps/SoundRecorder; homepage = https://wiki.gnome.org/Apps/SoundRecorder;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
description = "Personal task manager for GNOME"; description = "Personal task manager for GNOME";
homepage = https://wiki.gnome.org/Apps/Todo; homepage = https://wiki.gnome.org/Apps/Todo;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Weather; homepage = https://wiki.gnome.org/Apps/Weather;
description = "Access current weather conditions and forecasts"; description = "Access current weather conditions and forecasts";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Polari; homepage = https://wiki.gnome.org/Apps/Polari;
description = "IRC chat client designed to integrate with the GNOME desktop"; description = "IRC chat client designed to integrate with the GNOME desktop";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Seahorse; homepage = https://wiki.gnome.org/Apps/Seahorse;
description = "Application for managing encryption keys and passwords in the GnomeKeyring"; description = "Application for managing encryption keys and passwords in the GnomeKeyring";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Remote desktop viewer for GNOME"; description = "Remote desktop viewer for GNOME";
homepage = https://wiki.gnome.org/Apps/Vinagre; homepage = https://wiki.gnome.org/Apps/Vinagre;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
description = "Graphical application to analyse disk usage in any GNOME environment"; description = "Graphical application to analyse disk usage in any GNOME environment";
homepage = https://wiki.gnome.org/Apps/DiskUsageAnalyzer; homepage = https://wiki.gnome.org/Apps/DiskUsageAnalyzer;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
description = "An input assistive technology intended for switch and pointer users"; description = "An input assistive technology intended for switch and pointer users";
homepage = https://wiki.gnome.org/Projects/Caribou; homepage = https://wiki.gnome.org/Projects/Caribou;
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -33,6 +33,6 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -140,7 +140,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Empathy; homepage = https://wiki.gnome.org/Apps/Empathy;
description = "Messaging program which supports text, voice, video chat, and file transfers over many different protocols"; description = "Messaging program which supports text, voice, video chat, and file transfers over many different protocols";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = [ licenses.gpl2 ]; license = [ licenses.gpl2 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
description = "GNOME image viewer"; description = "GNOME image viewer";
homepage = https://wiki.gnome.org/Apps/EyeOfGnome; homepage = https://wiki.gnome.org/Apps/EyeOfGnome;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Epiphany; homepage = https://wiki.gnome.org/Apps/Epiphany;
description = "WebKit based web browser for GNOME"; description = "WebKit based web browser for GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -128,6 +128,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers ++ [ maintainers.vcunat ]; maintainers = teams.gnome.members ++ [ maintainers.vcunat ];
}; };
} }

View file

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
description = "Unified backend for programs that work with contacts, tasks, and calendar information"; description = "Unified backend for programs that work with contacts, tasks, and calendar information";
homepage = https://wiki.gnome.org/Apps/Evolution; homepage = https://wiki.gnome.org/Apps/Evolution;
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
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://wiki.gnome.org/Projects/GDM;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.unix; platforms = platforms.unix;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en; homepage = https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en;
description = "Application that let you manage Bluetooth in the GNOME destkop"; description = "Application that let you manage Bluetooth in the GNOME destkop";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Calculator; homepage = https://wiki.gnome.org/Apps/Calculator;
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment"; description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A set of graphical utilities for color management to be used in the GNOME desktop"; description = "A set of graphical utilities for color management to be used in the GNOME desktop";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ which autoconf automake ]; # autogen.sh which is using gnome-common tends to require which propagatedBuildInputs = [ which autoconf automake ]; # autogen.sh which is using gnome-common tends to require which
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Contacts; homepage = https://wiki.gnome.org/Apps/Contacts;
description = "GNOMEs integrated address book"; description = "GNOMEs integrated address book";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -178,7 +178,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Utilities to configure the GNOME desktop"; description = "Utilities to configure the GNOME desktop";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
description = "Library with common API for various GNOME modules"; description = "Library with common API for various GNOME modules";
license = with licenses; [ gpl2 lgpl2 ]; license = with licenses; [ gpl2 lgpl2 ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Dictionary; homepage = https://wiki.gnome.org/Apps/Dictionary;
description = "Dictionary is the GNOME application to look up definitions"; description = "Dictionary is the GNOME application to look up definitions";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://en.wikipedia.org/wiki/GNOME_Disks; homepage = https://en.wikipedia.org/wiki/GNOME_Disks;
description = "A udisks graphical front-end"; description = "A udisks graphical front-end";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Program that can preview fonts and create thumbnails for fonts"; description = "Program that can preview fonts and create thumbnails for fonts";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -103,6 +103,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/gnome-initial-setup"; homepage = "https://gitlab.gnome.org/GNOME/gnome-initial-setup";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
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://wiki.gnome.org/Projects/GnomeKeyring;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/GnomeOnlineMiners; homepage = https://wiki.gnome.org/Projects/GnomeOnlineMiners;
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 = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitLab, meson, ninja, pkgconfig, python3, wrapGAppsHook { stdenv, fetchFromGitLab, meson, ninja, pkgconfig, python3, wrapGAppsHook
, glib, pipewire_0_2, systemd, libvncserver, libsecret, libnotify, gdk-pixbuf, gnome3 }: , glib, pipewire_0_2, systemd, libvncserver, libsecret, libnotify, gdk-pixbuf }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-remote-desktop"; pname = "gnome-remote-desktop";
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/Mutter/RemoteDesktop; homepage = https://wiki.gnome.org/Projects/Mutter/RemoteDesktop;
description = "GNOME Remote Desktop server"; description = "GNOME Remote Desktop server";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://en.wikipedia.org/wiki/GNOME_Screenshot; homepage = https://en.wikipedia.org/wiki/GNOME_Screenshot;
description = "Utility used in the GNOME desktop environment for taking screenshots"; description = "Utility used in the GNOME desktop environment for taking screenshots";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

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

View file

@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/GnomeShell/Extensions; homepage = https://wiki.gnome.org/Projects/GnomeShell/Extensions;
description = "Modify and extend GNOME Shell functionality and behavior"; description = "Modify and extend GNOME Shell functionality and behavior";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -124,7 +124,7 @@ in stdenv.mkDerivation rec {
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://wiki.gnome.org/Projects/GnomeShell;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
description = "Software store that lets you install and update applications and system extensions"; description = "Software store that lets you install and update applications and system extensions";
homepage = https://wiki.gnome.org/Apps/Software; homepage = https://wiki.gnome.org/Apps/Software;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/SystemMonitor; homepage = https://wiki.gnome.org/Apps/SystemMonitor;
description = "System Monitor shows you what programs are running and how much processor time, memory, and disk space are being used"; description = "System Monitor shows you what programs are running and how much processor time, memory, and disk space are being used";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Apps/Terminal; homepage = https://wiki.gnome.org/Apps/Terminal;
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -27,6 +27,6 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -74,7 +74,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://gitlab.gnome.org/GNOME/gnome-tour"; homepage = "https://gitlab.gnome.org/GNOME/gnome-tour";
description = "GNOME Greeter & Tour"; description = "GNOME Greeter & Tour";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://help.gnome.org/users/gnome-user-share/3.8; homepage = https://help.gnome.org/users/gnome-user-share/3.8;
description = "Service that exports the contents of the Public folder in your home directory on the local network"; description = "Service that exports the contents of the Public folder in your home directory on the local network";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -102,7 +102,7 @@ in stdenv.mkDerivation rec {
description = "GNOME Character Map, based on the Unicode Character Database"; description = "GNOME Character Map, based on the Unicode Character Database";
homepage = "https://wiki.gnome.org/Apps/Gucharmap"; homepage = "https://wiki.gnome.org/Apps/Gucharmap";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
}; };
} }

View file

@ -149,7 +149,7 @@ stdenv.mkDerivation rec {
description = "A window manager for GNOME"; description = "A window manager for GNOME";
homepage = "https://gitlab.gnome.org/GNOME/mutter"; homepage = "https://gitlab.gnome.org/GNOME/mutter";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -102,6 +102,6 @@ stdenv.mkDerivation rec {
homepage = https://wiki.gnome.org/Apps/Files; homepage = https://wiki.gnome.org/Apps/Files;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
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://wiki.gnome.org/Projects/Rygel;
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://gitlab.gnome.org/GNOME/simple-scan; homepage = https://gitlab.gnome.org/GNOME/simple-scan;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://en.wikipedia.org/wiki/Sushi_(software)"; homepage = "https://en.wikipedia.org/wiki/Sushi_(software)";
description = "A quick previewer for Nautilus"; description = "A quick previewer for Nautilus";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Videos; homepage = https://wiki.gnome.org/Apps/Videos;
description = "Movie player for the GNOME desktop based on GStreamer"; description = "Movie player for the GNOME desktop based on GStreamer";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Yelp; homepage = https://wiki.gnome.org/Apps/Yelp;
description = "Yelp's universal stylesheets for Mallard and DocBook"; description = "Yelp's universal stylesheets for Mallard and DocBook";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = [licenses.gpl2 licenses.lgpl2]; license = [licenses.gpl2 licenses.lgpl2];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Yelp; homepage = https://wiki.gnome.org/Apps/Yelp;
description = "The help viewer in Gnome"; description = "The help viewer in Gnome";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
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://wiki.gnome.org/Projects/Zenity";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View file

@ -18,8 +18,6 @@ lib.makeScope pkgs.newScope (self: with self; {
in in
lib.filter (x: !(builtins.elem (lib.getName x) namesToRemove)) packages; lib.filter (x: !(builtins.elem (lib.getName x) namesToRemove)) packages;
maintainers = lib.teams.gnome.members;
libsoup = pkgs.libsoup.override { gnomeSupport = true; }; libsoup = pkgs.libsoup.override { gnomeSupport = true; };
libchamplain = pkgs.libchamplain.override { libsoup = libsoup; }; libchamplain = pkgs.libchamplain.override { libsoup = libsoup; };
gnome3 = self // { recurseForDerivations = false; }; gnome3 = self // { recurseForDerivations = false; };
@ -358,4 +356,6 @@ lib.makeScope pkgs.newScope (self: with self; {
vino = throw "vino is deprecated, use gnome-remote-desktop instead."; # added 2020-03-13 vino = throw "vino is deprecated, use gnome-remote-desktop instead."; # added 2020-03-13
gnome-screensaver = throw "gnome-screensaver is deprecated. If you are using GNOME Flashback, it now has a built-in lock screen. If you are using it elsewhere, you can try xscreenlock or other alternatives."; # added 2020-03-19 gnome-screensaver = throw "gnome-screensaver is deprecated. If you are using GNOME Flashback, it now has a built-in lock screen. If you are using it elsewhere, you can try xscreenlock or other alternatives."; # added 2020-03-19
maintainers = lib.teams.gnome.members;
}) })

View file

@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
description = "API documentation browser for GNOME"; description = "API documentation browser for GNOME";
homepage = "https://wiki.gnome.org/Apps/Devhelp"; homepage = "https://wiki.gnome.org/Apps/Devhelp";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/GNOME/gnome-devel-docs; homepage = https://github.com/GNOME/gnome-devel-docs;
description = "Developer documentation for GNOME"; description = "Developer documentation for GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.fdl12; license = licenses.fdl12;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
To use the integration, install the <link xlink:href="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation">browser extension</link>, and then set <option>services.gnome3.chrome-gnome-shell.enable</option> to <literal>true</literal>. To use the integration, install the <link xlink:href="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation">browser extension</link>, and then set <option>services.gnome3.chrome-gnome-shell.enable</option> to <literal>true</literal>.
''; '';
license = licenses.gpl3; license = licenses.gpl3;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Aisleriot; homepage = https://wiki.gnome.org/Apps/Aisleriot;
description = "A collection of patience games written in guile scheme"; description = "A collection of patience games written in guile scheme";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
description = "Puzzle game where you move atoms to build a molecule"; description = "Puzzle game where you move atoms to build a molecule";
homepage = https://wiki.gnome.org/Apps/Atomix; homepage = https://wiki.gnome.org/Apps/Atomix;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Five_or_more"; homepage = "https://wiki.gnome.org/Apps/Five_or_more";
description = "Remove colored balls from the board by forming lines"; description = "Remove colored balls from the board by forming lines";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Four-in-a-row; homepage = https://wiki.gnome.org/Apps/Four-in-a-row;
description = "Make lines of the same color to win"; description = "Make lines of the same color to win";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Chess; homepage = https://wiki.gnome.org/Apps/Chess;
description = "Play the classic two-player boardgame of chess"; description = "Play the classic two-player boardgame of chess";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Klotski; homepage = https://wiki.gnome.org/Apps/Klotski;
description = "Slide blocks to solve the puzzle"; description = "Slide blocks to solve the puzzle";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Mahjongg; homepage = https://wiki.gnome.org/Apps/Mahjongg;
description = "Disassemble a pile of tiles by removing matching pairs"; description = "Disassemble a pile of tiles by removing matching pairs";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Mines; homepage = https://wiki.gnome.org/Apps/Mines;
description = "Clear hidden mines from a minefield"; description = "Clear hidden mines from a minefield";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
description = "Guide a worm around a maze"; description = "Guide a worm around a maze";
homepage = https://wiki.gnome.org/Apps/Nibbles; homepage = https://wiki.gnome.org/Apps/Nibbles;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Robots; homepage = https://wiki.gnome.org/Apps/Robots;
description = "Avoid the robots and make them crash into each other"; description = "Avoid the robots and make them crash into each other";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

Some files were not shown because too many files have changed in this diff Show more