gnome3: add maintainers list

wip/yesman
Luca Bruno 9 years ago
parent da6193ad4b
commit b9dd9bb7e6
  1. 2
      pkgs/desktops/gnome-3/3.16/apps/bijiben/default.nix
  2. 2
      pkgs/desktops/gnome-3/3.16/apps/evolution/default.nix
  3. 2
      pkgs/desktops/gnome-3/3.16/apps/gedit/default.nix
  4. 2
      pkgs/desktops/gnome-3/3.16/apps/glade/default.nix
  5. 2
      pkgs/desktops/gnome-3/3.16/apps/gnome-clocks/default.nix
  6. 2
      pkgs/desktops/gnome-3/3.16/apps/gnome-documents/default.nix
  7. 2
      pkgs/desktops/gnome-3/3.16/apps/gnome-music/default.nix
  8. 2
      pkgs/desktops/gnome-3/3.16/apps/gnome-photos/default.nix
  9. 2
      pkgs/desktops/gnome-3/3.16/apps/nautilus-sendto/default.nix
  10. 2
      pkgs/desktops/gnome-3/3.16/apps/seahorse/default.nix
  11. 2
      pkgs/desktops/gnome-3/3.16/core/baobab/default.nix
  12. 2
      pkgs/desktops/gnome-3/3.16/core/empathy/default.nix
  13. 2
      pkgs/desktops/gnome-3/3.16/core/epiphany/default.nix
  14. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-bluetooth/default.nix
  15. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-calculator/default.nix
  16. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-contacts/default.nix
  17. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-control-center/default.nix
  18. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-dictionary/default.nix
  19. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-disk-utility/default.nix
  20. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-font-viewer/default.nix
  21. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-online-miners/default.nix
  22. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-screenshot/default.nix
  23. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-shell-extensions/default.nix
  24. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-system-log/default.nix
  25. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-system-monitor/default.nix
  26. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-user-docs/default.nix
  27. 2
      pkgs/desktops/gnome-3/3.16/core/gnome-user-share/default.nix
  28. 2
      pkgs/desktops/gnome-3/3.16/core/grilo-plugins/default.nix
  29. 2
      pkgs/desktops/gnome-3/3.16/core/grilo/default.nix
  30. 2
      pkgs/desktops/gnome-3/3.16/core/gsound/default.nix
  31. 2
      pkgs/desktops/gnome-3/3.16/core/gucharmap/default.nix
  32. 2
      pkgs/desktops/gnome-3/3.16/core/libgnomekbd/default.nix
  33. 2
      pkgs/desktops/gnome-3/3.16/core/sushi/default.nix
  34. 2
      pkgs/desktops/gnome-3/3.16/core/totem-pl-parser/default.nix
  35. 2
      pkgs/desktops/gnome-3/3.16/core/totem/default.nix
  36. 2
      pkgs/desktops/gnome-3/3.16/core/tracker/default.nix
  37. 2
      pkgs/desktops/gnome-3/3.16/core/yelp-xsl/default.nix
  38. 2
      pkgs/desktops/gnome-3/3.16/core/yelp/default.nix
  39. 1
      pkgs/desktops/gnome-3/3.16/default.nix
  40. 2
      pkgs/desktops/gnome-3/3.16/games/iagno/default.nix
  41. 2
      pkgs/desktops/gnome-3/3.16/games/lightsoff/default.nix
  42. 2
      pkgs/desktops/gnome-3/3.16/games/quadrapassel/default.nix
  43. 2
      pkgs/desktops/gnome-3/3.16/games/swell-foop/default.nix
  44. 2
      pkgs/desktops/gnome-3/3.16/games/tali/default.nix
  45. 2
      pkgs/desktops/gnome-3/3.16/misc/geary/default.nix
  46. 2
      pkgs/desktops/gnome-3/3.16/misc/gfbgraph/default.nix
  47. 2
      pkgs/desktops/gnome-3/3.16/misc/gnome-tweak-tool/default.nix
  48. 2
      pkgs/desktops/gnome-3/3.16/misc/libmediaart/default.nix

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Bijiben;
description = "Note editor designed to remain simple to use";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl3;
platforms = platforms.linux;
};

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

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

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

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

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

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Music;
description = "Music player and management application for the GNOME desktop environment";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Photos;
description = "Photos is an application to access, organize and share your photos with GNOME 3";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Integrates Evolution and Pidgin into the Nautilus file manager";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

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

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Baobab;
description = "Graphical application to analyse disk usage in any Gnome environment";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

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

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

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

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

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Contacts;
description = "Contacts is GNOME's integrated address book";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Utilities to configure the GNOME desktop";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
platforms = platforms.linux;
};

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

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://en.wikipedia.org/wiki/GNOME_Disks;
description = "A udisks graphical front-end";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

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

@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/GnomeOnlineMiners;
description = "A set of crawlers that go through your online content and index them locally in Tracker";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

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

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

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://help.gnome.org/users/gnome-system-log/3.9/;
description = "Graphical, menu-driven viewer that you can use to view and monitor your system logs";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://help.gnome.org/users/gnome-system-monitor/3.12/;
description = "System Monitor shows you what programs are running and how much processor time, memory, and disk space are being used";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://help.gnome.org/users/gnome-help/${gnome3.version}";
description = "User and system administration help for the GNOME desktop";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.cc-by-30;
platforms = platforms.linux;
};

@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Projects/Grilo;
description = "A collection of plugins for the Grilo framework";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.lgpl2;
platforms = platforms.linux;
};

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Projects/Grilo;
description = "Framework that provides access to various sources of multimedia content, using a pluggable system";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.lgpl2;
platforms = platforms.linux;
};

@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/GSound;
description = "Small library for playing system sounds";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Gucharmap;
description = "GNOME Character Map, based on the Unicode Character Database";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl3;
platforms = platforms.linux;
};

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Keyboard management library";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

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

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Videos;
description = "Simple GObject-based library to parse and save a host of playlist formats";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.lgpl2;
platforms = platforms.linux;
};

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

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Projects/Tracker;
description = "Desktop-neutral user information store, search tool and indexer";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

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

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

@ -53,6 +53,7 @@ let
gegl_0_3 = pkgs.gegl_0_3.override { inherit gtk; };
version = "3.16";
maintainers = with pkgs.lib.maintainers; [ lethalman ];
# Simplify the nixos module and gnome packages
defaultIconTheme = adwaita-icon-theme;

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Iagno;
description = "Computer version of the game Reversi, more popularly called Othello";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Lightsoff;
description = "Puzzle game, where the objective is to turn off all of the tiles on the board";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Quadrapassel;
description = "Classic falling-block game, Tetris";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Swell%20Foop";
description = "Puzzle game, previously known as Same GNOME";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Tali;
description = "Sort of poker with dice and less money";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Geary;
description = "Mail client for GNOME 3";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.lgpl2;
platforms = platforms.linux;
};

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "GLib/GObject wrapper for the Facebook Graph API";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.lgpl2;
platforms = platforms.linux;
};

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/action/show/Apps/GnomeTweakTool;
description = "A tool to customize advanced GNOME 3 options";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl3;
platforms = platforms.linux;
};

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library tasked with managing, extracting and handling media art caches";
maintainers = with maintainers; [ lethalman ];
maintainers = gnome3.maintainers;
license = licenses.gpl2;
platforms = platforms.linux;
};

Loading…
Cancel
Save