maintainers: rename geistesk to oxzi

For reasons I have renamed my GitHub account and would like to include
this name change here.
wip/yesman
Alvar Penning 4 years ago
parent d71a03ad69
commit 0a53c6b565
  1. 16
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/misc/et/default.nix
  3. 2
      pkgs/applications/misc/slstatus/default.nix
  4. 2
      pkgs/applications/networking/firehol/default.nix
  5. 2
      pkgs/applications/networking/firehol/iprange.nix
  6. 2
      pkgs/applications/networking/irc/weechat/scripts/weechat-otr/default.nix
  7. 2
      pkgs/applications/office/watson/default.nix
  8. 2
      pkgs/development/python-modules/bleak/default.nix
  9. 2
      pkgs/development/python-modules/cbor/default.nix
  10. 2
      pkgs/development/python-modules/flask-httpauth/default.nix
  11. 2
      pkgs/development/python-modules/fpdf/default.nix
  12. 2
      pkgs/development/python-modules/geojson/default.nix
  13. 2
      pkgs/development/python-modules/pynmea2/default.nix
  14. 2
      pkgs/development/python-modules/pypcap/default.nix
  15. 2
      pkgs/development/python-modules/pytmx/default.nix
  16. 2
      pkgs/development/python-modules/txdbus/default.nix
  17. 2
      pkgs/games/openrct2/default.nix
  18. 2
      pkgs/misc/cbeams/default.nix
  19. 2
      pkgs/tools/misc/umlet/default.nix
  20. 2
      pkgs/tools/networking/go-shadowsocks2/default.nix
  21. 2
      pkgs/tools/security/hash_extender/default.nix
  22. 2
      pkgs/tools/text/smu/default.nix

@ -3042,12 +3042,6 @@
githubId = 313929;
name = "Gabriel Ebner";
};
geistesk = {
email = "post@0x21.biz";
github = "geistesk";
githubId = 8402811;
name = "Alvar Penning";
};
genesis = {
email = "ronan@aimao.org";
github = "bignaux";
@ -6202,6 +6196,16 @@
fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8";
}];
};
oxzi = {
email = "post@0x21.biz";
github = "oxzi";
githubId = 8402811;
name = "Alvar Penning";
keys = [{
longkeyid = "rsa4096/0xF32A45637FA25E31";
fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31";
}];
};
oyren = {
email = "m.scheuren@oyra.eu";
github = "oyren";

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/geistesk/et";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://tools.suckless.org/slstatus/";
description = "status monitor for window managers that use WM_NAME like dwm";
license = licenses.isc;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
platforms = platforms.linux;
};
}

@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://firehol.org/";
license = licenses.gpl2;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
platforms = platforms.linux;
};
}

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
description = "manage IP ranges";
homepage = "https://github.com/firehol/iprange";
license = licenses.gpl2;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -64,7 +64,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://github.com/mmb/weechat-otr";
license = licenses.gpl3;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
description = "WeeChat script for Off-the-Record messaging";
};
}

@ -30,6 +30,6 @@ buildPythonApplication rec {
homepage = "https://tailordev.github.io/Watson/";
description = "A wonderful CLI to track your time!";
license = licenses.mit;
maintainers = with maintainers; [ mguentner nathyong geistesk ];
maintainers = with maintainers; [ mguentner nathyong oxzi ];
};
}

@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/hbldh/bleak";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -17,6 +17,6 @@ buildPythonPackage rec {
homepage = "https://bitbucket.org/bodhisnarkva/cbor";
description = "Concise Binary Object Representation (CBOR) library";
license = licenses.asl20;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -15,6 +15,6 @@ buildPythonPackage rec {
description = "Extension that provides HTTP authentication for Flask routes";
homepage = "https://github.com/miguelgrinberg/Flask-HTTPAuth";
license = licenses.mit;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -16,6 +16,6 @@ buildPythonPackage rec {
homepage = "https://github.com/reingart/pyfpdf";
description = "Simple PDF generation for Python";
license = lib.licenses.lgpl3;
maintainers = with lib.maintainers; [ geistesk ];
maintainers = with lib.maintainers; [ oxzi ];
};
}

@ -18,6 +18,6 @@ buildPythonPackage rec {
homepage = "https://github.com/frewsxcv/python-geojson";
description = "Python bindings and utilities for GeoJSON";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ geistesk ];
maintainers = with lib.maintainers; [ oxzi ];
};
}

@ -16,6 +16,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Knio/pynmea2";
description = "Python library for the NMEA 0183 protcol";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ geistesk ];
maintainers = with lib.maintainers; [ oxzi ];
};
}

@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/pynetwork/pypcap";
description = "Simplified object-oriented Python wrapper for libpcap";
license = licenses.bsd3;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -22,6 +22,6 @@ buildPythonPackage rec {
homepage = "https://github.com/bitcraft/PyTMX";
description = "Python library to read Tiled Map Editor's TMX maps";
license = licenses.lgpl3;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -17,6 +17,6 @@ buildPythonPackage rec {
homepage = "https://github.com/cocagne/txdbus";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -74,6 +74,6 @@ stdenv.mkDerivation {
homepage = "https://openrct2.io/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -16,6 +16,6 @@ buildPythonApplication rec {
homepage = "https://github.com/tartley/cbeams";
description = "Command-line program to draw animated colored circles in the terminal";
license = licenses.bsd3;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.umlet.com";
license = licenses.gpl3;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
platforms = platforms.all;
};
}

@ -19,6 +19,6 @@ buildGoPackage rec {
description = "Fresh implementation of Shadowsocks in Go";
homepage = "https://github.com/shadowsocks/go-shadowsocks2/";
license = licenses.asl20;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -25,6 +25,6 @@ stdenv.mkDerivation {
description = "Tool to automate hash length extension attacks";
homepage = "https://github.com/iagox86/hash_extender";
license = licenses.bsd3;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "simple markup - markdown like syntax";
homepage = "https://github.com/Gottox/smu";
license = licenses.mit;
maintainers = with maintainers; [ geistesk ];
maintainers = with maintainers; [ oxzi ];
};
}

Loading…
Cancel
Save