3
0
Fork 0
forked from mirrors/nixpkgs

Remove myself as maintainer from packages

I'm currently not maintaining any packages.
This commit is contained in:
Florian Friesdorf 2019-02-22 16:14:13 +01:00
parent e5405f9ae8
commit fbef5ab82f
63 changed files with 63 additions and 63 deletions

View file

@ -2,7 +2,7 @@
import ./make-test.nix ({ pkgs, ... } : { import ./make-test.nix ({ pkgs, ... } : {
name = "avahi"; name = "avahi";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
nodes = let nodes = let

View file

@ -23,7 +23,7 @@ in
{ {
name = "bittorrent"; name = "bittorrent";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow rob bobvanderlinden ]; maintainers = [ domenkozar eelco rob bobvanderlinden ];
}; };
nodes = nodes =

View file

@ -10,7 +10,7 @@ in
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "containers-bridge"; name = "containers-bridge";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ]; maintainers = [ aristid aszlig eelco kampfschlaefer ];
}; };
machine = machine =

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "containers-imperative"; name = "containers-imperative";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ]; maintainers = [ aristid aszlig eelco kampfschlaefer ];
}; };
machine = machine =

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "containers-ipv4"; name = "containers-ipv4";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ]; maintainers = [ aristid aszlig eelco kampfschlaefer ];
}; };
machine = machine =

View file

@ -8,7 +8,7 @@ in
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "containers-ipv6"; name = "containers-ipv6";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ]; maintainers = [ aristid aszlig eelco kampfschlaefer ];
}; };
machine = machine =

View file

@ -10,7 +10,7 @@ in
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "containers-portforward"; name = "containers-portforward";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aristid aszlig eelco chaoflow kampfschlaefer ianwookim ]; maintainers = [ aristid aszlig eelco kampfschlaefer ianwookim ];
}; };
machine = machine =

View file

@ -13,7 +13,7 @@ let
mkElkTest = name : elk : makeTest { mkElkTest = name : elk : makeTest {
inherit name; inherit name;
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow offline basvandijk ]; maintainers = [ eelco offline basvandijk ];
}; };
nodes = { nodes = {
one = one =

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ... }: { import ./make-test.nix ({ pkgs, ... }: {
name = "firefox"; name = "firefox";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow shlevy ]; maintainers = [ eelco shlevy ];
}; };
machine = machine =

View file

@ -3,7 +3,7 @@
import ./make-test.nix ( { pkgs, ... } : { import ./make-test.nix ( { pkgs, ... } : {
name = "firewall"; name = "firewall";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
nodes = nodes =

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "gnome3"; name = "gnome3";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow lethalman ]; maintainers = [ domenkozar eelco lethalman ];
}; };
machine = machine =

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "influxdb"; name = "influxdb";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ chaoflow offline ]; maintainers = [ offline ];
}; };
nodes = { nodes = {

View file

@ -4,7 +4,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "ipv6"; name = "ipv6";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
nodes = nodes =

View file

@ -6,7 +6,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "jenkins"; name = "jenkins";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ bjornfor coconnor domenkozar eelco chaoflow ]; maintainers = [ bjornfor coconnor domenkozar eelco ];
}; };
nodes = { nodes = {

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "kexec"; name = "kexec";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
machine = { ... }: machine = { ... }:

View file

@ -3,7 +3,7 @@ import ./make-test.nix ({ pkgs, latestKernel ? false, ... }:
{ {
name = "login"; name = "login";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
machine = machine =

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ...} : rec { import ./make-test.nix ({ pkgs, ...} : rec {
name = "misc"; name = "misc";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
foo = pkgs.writeText "foo" "Hello World"; foo = pkgs.writeText "foo" "Hello World";

View file

@ -9,7 +9,7 @@ in
{ {
name = "mumble"; name = "mumble";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ thoughtpolice eelco chaoflow ]; maintainers = [ thoughtpolice eelco ];
}; };
nodes = { nodes = {

View file

@ -4,7 +4,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "munin"; name = "munin";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow ]; maintainers = [ domenkozar eelco ];
}; };
nodes = { nodes = {

View file

@ -8,7 +8,7 @@ in
{ {
name = "mysql-replication"; name = "mysql-replication";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow shlevy ]; maintainers = [ eelco shlevy ];
}; };
nodes = { nodes = {

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "mysql"; name = "mysql";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow shlevy ]; maintainers = [ eelco shlevy ];
}; };
nodes = { nodes = {

View file

@ -24,7 +24,7 @@ import ./make-test.nix ({ pkgs, lib, withFirewall, withConntrackHelpers ? false,
name = "nat" + (if withFirewall then "WithFirewall" else "Standalone") name = "nat" + (if withFirewall then "WithFirewall" else "Standalone")
+ (lib.optionalString withConntrackHelpers "withConntrackHelpers"); + (lib.optionalString withConntrackHelpers "withConntrackHelpers");
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow rob ]; maintainers = [ eelco rob ];
}; };
nodes = nodes =

View file

@ -20,7 +20,7 @@ in
{ {
name = "nfs"; name = "nfs";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
nodes = nodes =

View file

@ -5,7 +5,7 @@ let inherit (import ./ssh-keys.nix pkgs)
in { in {
name = "openssh"; name = "openssh";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ aszlig eelco chaoflow ]; maintainers = [ aszlig eelco ];
}; };
nodes = { nodes = {

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ... }: { import ./make-test.nix ({ pkgs, ... }: {
name = "phabricator"; name = "phabricator";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ chaoflow ]; maintainers = [ ];
}; };
nodes = { nodes = {

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({pkgs, ... }: { import ./make-test.nix ({pkgs, ... }: {
name = "printing"; name = "printing";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow jgeerds ]; maintainers = [ domenkozar eelco jgeerds ];
}; };
nodes = { nodes = {

View file

@ -16,7 +16,7 @@ in
{ {
name = "proxy"; name = "proxy";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
nodes = nodes =

View file

@ -22,7 +22,7 @@ in
rec { rec {
name = "quake3"; name = "quake3";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ domenkozar eelco chaoflow ]; maintainers = [ domenkozar eelco ];
}; };
# TODO: lcov doesn't work atm # TODO: lcov doesn't work atm

View file

@ -3,7 +3,7 @@
import ./make-test.nix ({ pkgs, ... }: { import ./make-test.nix ({ pkgs, ... }: {
name = "rabbitmq"; name = "rabbitmq";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow offline ]; maintainers = [ eelco offline ];
}; };
nodes = { nodes = {

View file

@ -34,7 +34,7 @@ in
{ {
name = "subversion"; name = "subversion";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
nodes = nodes =

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "tomcat"; name = "tomcat";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
nodes = { nodes = {

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ... }: { import ./make-test.nix ({ pkgs, ... }: {
name = "trac"; name = "trac";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
nodes = { nodes = {

View file

@ -12,7 +12,7 @@ in
{ {
name = "udisks2"; name = "udisks2";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow ]; maintainers = [ eelco ];
}; };
machine = machine =

View file

@ -1,7 +1,7 @@
import ./make-test.nix ({ pkgs, ...} : { import ./make-test.nix ({ pkgs, ...} : {
name = "xfce"; name = "xfce";
meta = with pkgs.stdenv.lib.maintainers; { meta = with pkgs.stdenv.lib.maintainers; {
maintainers = [ eelco chaoflow shlevy ]; maintainers = [ eelco shlevy ];
}; };
machine = machine =

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ chaoflow ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ]; maintainers = with stdenv.lib.maintainers; [ pSub ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }

View file

@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
description = "The extensible, customizable GNU text editor"; description = "The extensible, customizable GNU text editor";
homepage = https://www.gnu.org/software/emacs/; homepage = https://www.gnu.org/software/emacs/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ chaoflow lovek323 peti the-kenny jwiegley ]; maintainers = with maintainers; [ lovek323 peti the-kenny jwiegley ];
platforms = platforms.all; platforms = platforms.all;
longDescription = '' longDescription = ''

View file

@ -133,7 +133,7 @@ stdenv.mkDerivation rec {
description = "The extensible, customizable GNU text editor"; description = "The extensible, customizable GNU text editor";
homepage = https://www.gnu.org/software/emacs/; homepage = https://www.gnu.org/software/emacs/;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ chaoflow lovek323 peti the-kenny jwiegley ]; maintainers = with maintainers; [ lovek323 peti the-kenny jwiegley ];
platforms = platforms.all; platforms = platforms.all;
longDescription = '' longDescription = ''

View file

@ -47,7 +47,7 @@ mkChromiumDerivation (base: rec {
meta = { meta = {
description = "An open source web browser from Google"; description = "An open source web browser from Google";
homepage = http://www.chromium.org/; homepage = http://www.chromium.org/;
maintainers = with maintainers; [ chaoflow bendlas ]; maintainers = with maintainers; [ bendlas ];
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else []; hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://conkeror.org/; homepage = http://conkeror.org/;
license = with licenses; [ mpl11 gpl2 lgpl21 ]; license = with licenses; [ mpl11 gpl2 lgpl21 ];
maintainers = with maintainers; [ astsmtl chaoflow ]; maintainers = with maintainers; [ astsmtl ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
description = "Mail indexer"; description = "Mail indexer";
homepage = https://notmuchmail.org/; homepage = https://notmuchmail.org/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ chaoflow flokli garbas the-kenny ]; maintainers = with maintainers; [ flokli garbas the-kenny ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "Offers access to the Mediathek of different tv stations (ARD, ZDF, Arte, etc.)"; description = "Offers access to the Mediathek of different tv stations (ARD, ZDF, Arte, etc.)";
homepage = https://mediathekview.de/; homepage = https://mediathekview.de/;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ chaoflow moredread ]; maintainers = with maintainers; [ moredread ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View file

@ -98,6 +98,6 @@ stdenv.mkDerivation rec {
''; '';
license = stdenv.lib.licenses.psfl; license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ lnl7 chaoflow domenkozar ]; maintainers = with stdenv.lib.maintainers; [ lnl7 domenkozar ];
}; };
} }

View file

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/python27/html cp -R ./ $out/share/doc/python27/html
''; '';
meta = { meta = {
maintainers = [ lib.maintainers.chaoflow ]; maintainers = [ ];
}; };
} }

View file

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/python27/pdf-a4 cp -R ./ $out/share/doc/python27/pdf-a4
''; '';
meta = { meta = {
maintainers = [ lib.maintainers.chaoflow ]; maintainers = [ ];
}; };
} }

View file

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/python27/pdf-letter cp -R ./ $out/share/doc/python27/pdf-letter
''; '';
meta = { meta = {
maintainers = [ lib.maintainers.chaoflow ]; maintainers = [ ];
}; };
} }

View file

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/python27/text cp -R ./ $out/share/doc/python27/text
''; '';
meta = { meta = {
maintainers = [ lib.maintainers.chaoflow ]; maintainers = [ ];
}; };
} }

View file

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
cp -R ./ $out/share/doc/pythonMAJORMINOR/TYPE cp -R ./ $out/share/doc/pythonMAJORMINOR/TYPE
''; '';
meta = { meta = {
maintainers = [ lib.maintainers.chaoflow ]; maintainers = [ ];
}; };
} }

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/jstedfast/gmime/; homepage = https://github.com/jstedfast/gmime/;
description = "A C/C++ library for creating, editing and parsing MIME messages and structures"; description = "A C/C++ library for creating, editing and parsing MIME messages and structures";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ chaoflow ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/jstedfast/gmime/; homepage = https://github.com/jstedfast/gmime/;
description = "A C/C++ library for creating, editing and parsing MIME messages and structures"; description = "A C/C++ library for creating, editing and parsing MIME messages and structures";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ chaoflow ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -29,7 +29,7 @@ let
description = "Search engine library"; description = "Search engine library";
homepage = https://xapian.org/; homepage = https://xapian.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ chaoflow ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
}; };

View file

@ -19,7 +19,7 @@ in stdenv.mkDerivation {
description = "Eases the development of bindings of Qt-based libraries for high level languages by automating most of the process"; description = "Eases the development of bindings of Qt-based libraries for high level languages by automating most of the process";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
homepage = http://www.pyside.org/docs/apiextractor/; homepage = http://www.pyside.org/docs/apiextractor/;
maintainers = [ stdenv.lib.maintainers.chaoflow ]; maintainers = [ ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework"; description = "LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
license = lib.licenses.lgpl21; license = lib.licenses.lgpl21;
homepage = http://www.pyside.org; homepage = http://www.pyside.org;
maintainers = [ lib.maintainers.chaoflow ]; maintainers = [ ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
} }

View file

@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
description = "Eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process"; description = "Eases the development of binding generators for C++ and Qt-based libraries by providing a framework to help automating most of the process";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
homepage = http://www.pyside.org/docs/generatorrunner/; homepage = http://www.pyside.org/docs/generatorrunner/;
maintainers = [ stdenv.lib.maintainers.chaoflow ]; maintainers = [ ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code"; description = "Plugin (front-end) for pyside-generatorrunner, that generates bindings for C++ libraries using CPython source code";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
homepage = http://www.pyside.org/docs/shiboken/; homepage = http://www.pyside.org/docs/shiboken/;
maintainers = [ lib.maintainers.chaoflow ]; maintainers = [ ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
} }

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework"; description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
homepage = http://www.pyside.org; homepage = http://www.pyside.org;
maintainers = [ lib.maintainers.chaoflow ]; maintainers = [ ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
} }

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation {
license = licenses.gpl2Plus; # and a special license for art data license = licenses.gpl2Plus; # and a special license for art data
# https://sourceforge.net/p/privateer/code/HEAD/tree/privgold/trunk/data/art-license.txt # https://sourceforge.net/p/privateer/code/HEAD/tree/privgold/trunk/data/art-license.txt
maintainers = with maintainers; [ chaoflow ]; maintainers = with maintainers; [ ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
hydraPlatforms = []; hydraPlatforms = [];
broken = true; # it won't build broken = true; # it won't build

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
homepage = https://gitlab.com/cryptsetup/cryptsetup/; homepage = https://gitlab.com/cryptsetup/cryptsetup/;
description = "LUKS for dm-crypt"; description = "LUKS for dm-crypt";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ chaoflow ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Analyze power consumption on Intel-based laptops"; description = "Analyze power consumption on Intel-based laptops";
homepage = https://01.org/powertop; homepage = https://01.org/powertop;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ chaoflow fpletz ]; maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -78,7 +78,7 @@ EOF
''; '';
license = "MIT-like"; license = "MIT-like";
homepage = http://www.zsh.org/; homepage = http://www.zsh.org/;
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ]; maintainers = with stdenv.lib.maintainers; [ pSub ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = http://code.google.com/p/cryptsetup/; homepage = http://code.google.com/p/cryptsetup/;
description = "LUKS for dm-crypt"; description = "LUKS for dm-crypt";
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ chaoflow ]; maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.chaoflow ]; maintainers = [ ];
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Wireless encryption cracking tools"; description = "Wireless encryption cracking tools";
homepage = http://www.aircrack-ng.org/; homepage = http://www.aircrack-ng.org/;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ domenkozar garbas chaoflow ]; maintainers = with maintainers; [ domenkozar garbas ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }