lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maintainers: rename geistesk to oxzi

For reasons I have renamed my GitHub account and would like to include
this name change here.

+31 -27
+10 -6
maintainers/maintainer-list.nix
··· 3042 3042 githubId = 313929; 3043 3043 name = "Gabriel Ebner"; 3044 3044 }; 3045 - geistesk = { 3046 - email = "post@0x21.biz"; 3047 - github = "geistesk"; 3048 - githubId = 8402811; 3049 - name = "Alvar Penning"; 3050 - }; 3051 3045 genesis = { 3052 3046 email = "ronan@aimao.org"; 3053 3047 github = "bignaux"; ··· 6200 6194 keys = [{ 6201 6195 longkeyid = "rsa2048/0x0E6CA66E5C557AA8"; 6202 6196 fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8"; 6197 + }]; 6198 + }; 6199 + oxzi = { 6200 + email = "post@0x21.biz"; 6201 + github = "oxzi"; 6202 + githubId = 8402811; 6203 + name = "Alvar Penning"; 6204 + keys = [{ 6205 + longkeyid = "rsa4096/0xF32A45637FA25E31"; 6206 + fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31"; 6203 6207 }]; 6204 6208 }; 6205 6209 oyren = {
+1 -1
pkgs/applications/misc/et/default.nix
··· 25 25 homepage = "https://github.com/geistesk/et"; 26 26 license = licenses.gpl3; 27 27 platforms = platforms.unix; 28 - maintainers = with maintainers; [ geistesk ]; 28 + maintainers = with maintainers; [ oxzi ]; 29 29 }; 30 30 }
+1 -1
pkgs/applications/misc/slstatus/default.nix
··· 26 26 homepage = "https://tools.suckless.org/slstatus/"; 27 27 description = "status monitor for window managers that use WM_NAME like dwm"; 28 28 license = licenses.isc; 29 - maintainers = with maintainers; [ geistesk ]; 29 + maintainers = with maintainers; [ oxzi ]; 30 30 platforms = platforms.linux; 31 31 }; 32 32 }
+1 -1
pkgs/applications/networking/firehol/default.nix
··· 102 102 ''; 103 103 homepage = "https://firehol.org/"; 104 104 license = licenses.gpl2; 105 - maintainers = with maintainers; [ geistesk ]; 105 + maintainers = with maintainers; [ oxzi ]; 106 106 platforms = platforms.linux; 107 107 }; 108 108 }
+1 -1
pkgs/applications/networking/firehol/iprange.nix
··· 13 13 description = "manage IP ranges"; 14 14 homepage = "https://github.com/firehol/iprange"; 15 15 license = licenses.gpl2; 16 - maintainers = with maintainers; [ geistesk ]; 16 + maintainers = with maintainers; [ oxzi ]; 17 17 }; 18 18 }
+1 -1
pkgs/applications/networking/irc/weechat/scripts/weechat-otr/default.nix
··· 64 64 meta = with stdenv.lib; { 65 65 homepage = "https://github.com/mmb/weechat-otr"; 66 66 license = licenses.gpl3; 67 - maintainers = with maintainers; [ geistesk ]; 67 + maintainers = with maintainers; [ oxzi ]; 68 68 description = "WeeChat script for Off-the-Record messaging"; 69 69 }; 70 70 }
+1 -1
pkgs/applications/office/watson/default.nix
··· 30 30 homepage = "https://tailordev.github.io/Watson/"; 31 31 description = "A wonderful CLI to track your time!"; 32 32 license = licenses.mit; 33 - maintainers = with maintainers; [ mguentner nathyong geistesk ]; 33 + maintainers = with maintainers; [ mguentner nathyong oxzi ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/python-modules/bleak/default.nix
··· 29 29 homepage = "https://github.com/hbldh/bleak"; 30 30 license = licenses.mit; 31 31 platforms = platforms.linux; 32 - maintainers = with maintainers; [ geistesk ]; 32 + maintainers = with maintainers; [ oxzi ]; 33 33 }; 34 34 }
+1 -1
pkgs/development/python-modules/cbor/default.nix
··· 17 17 homepage = "https://bitbucket.org/bodhisnarkva/cbor"; 18 18 description = "Concise Binary Object Representation (CBOR) library"; 19 19 license = licenses.asl20; 20 - maintainers = with maintainers; [ geistesk ]; 20 + maintainers = with maintainers; [ oxzi ]; 21 21 }; 22 22 }
+1 -1
pkgs/development/python-modules/flask-httpauth/default.nix
··· 15 15 description = "Extension that provides HTTP authentication for Flask routes"; 16 16 homepage = "https://github.com/miguelgrinberg/Flask-HTTPAuth"; 17 17 license = licenses.mit; 18 - maintainers = with maintainers; [ geistesk ]; 18 + maintainers = with maintainers; [ oxzi ]; 19 19 }; 20 20 }
+1 -1
pkgs/development/python-modules/fpdf/default.nix
··· 16 16 homepage = "https://github.com/reingart/pyfpdf"; 17 17 description = "Simple PDF generation for Python"; 18 18 license = lib.licenses.lgpl3; 19 - maintainers = with lib.maintainers; [ geistesk ]; 19 + maintainers = with lib.maintainers; [ oxzi ]; 20 20 }; 21 21 }
+1 -1
pkgs/development/python-modules/geojson/default.nix
··· 18 18 homepage = "https://github.com/frewsxcv/python-geojson"; 19 19 description = "Python bindings and utilities for GeoJSON"; 20 20 license = lib.licenses.bsd3; 21 - maintainers = with lib.maintainers; [ geistesk ]; 21 + maintainers = with lib.maintainers; [ oxzi ]; 22 22 }; 23 23 }
+1 -1
pkgs/development/python-modules/pynmea2/default.nix
··· 16 16 homepage = "https://github.com/Knio/pynmea2"; 17 17 description = "Python library for the NMEA 0183 protcol"; 18 18 license = lib.licenses.mit; 19 - maintainers = with lib.maintainers; [ geistesk ]; 19 + maintainers = with lib.maintainers; [ oxzi ]; 20 20 }; 21 21 }
+1 -1
pkgs/development/python-modules/pypcap/default.nix
··· 34 34 homepage = "https://github.com/pynetwork/pypcap"; 35 35 description = "Simplified object-oriented Python wrapper for libpcap"; 36 36 license = licenses.bsd3; 37 - maintainers = with maintainers; [ geistesk ]; 37 + maintainers = with maintainers; [ oxzi ]; 38 38 }; 39 39 }
+1 -1
pkgs/development/python-modules/pytmx/default.nix
··· 22 22 homepage = "https://github.com/bitcraft/PyTMX"; 23 23 description = "Python library to read Tiled Map Editor's TMX maps"; 24 24 license = licenses.lgpl3; 25 - maintainers = with maintainers; [ geistesk ]; 25 + maintainers = with maintainers; [ oxzi ]; 26 26 }; 27 27 }
+1 -1
pkgs/development/python-modules/txdbus/default.nix
··· 17 17 homepage = "https://github.com/cocagne/txdbus"; 18 18 license = licenses.mit; 19 19 platforms = platforms.linux; 20 - maintainers = with maintainers; [ geistesk ]; 20 + maintainers = with maintainers; [ oxzi ]; 21 21 }; 22 22 }
+1 -1
pkgs/games/openrct2/default.nix
··· 74 74 homepage = "https://openrct2.io/"; 75 75 license = licenses.gpl3; 76 76 platforms = platforms.linux; 77 - maintainers = with maintainers; [ geistesk ]; 77 + maintainers = with maintainers; [ oxzi ]; 78 78 }; 79 79 }
+1 -1
pkgs/misc/cbeams/default.nix
··· 16 16 homepage = "https://github.com/tartley/cbeams"; 17 17 description = "Command-line program to draw animated colored circles in the terminal"; 18 18 license = licenses.bsd3; 19 - maintainers = with maintainers; [ geistesk ]; 19 + maintainers = with maintainers; [ oxzi ]; 20 20 }; 21 21 }
+1 -1
pkgs/tools/misc/umlet/default.nix
··· 45 45 ''; 46 46 homepage = "http://www.umlet.com"; 47 47 license = licenses.gpl3; 48 - maintainers = with maintainers; [ geistesk ]; 48 + maintainers = with maintainers; [ oxzi ]; 49 49 platforms = platforms.all; 50 50 }; 51 51 }
+1 -1
pkgs/tools/networking/go-shadowsocks2/default.nix
··· 19 19 description = "Fresh implementation of Shadowsocks in Go"; 20 20 homepage = "https://github.com/shadowsocks/go-shadowsocks2/"; 21 21 license = licenses.asl20; 22 - maintainers = with maintainers; [ geistesk ]; 22 + maintainers = with maintainers; [ oxzi ]; 23 23 }; 24 24 }
+1 -1
pkgs/tools/security/hash_extender/default.nix
··· 25 25 description = "Tool to automate hash length extension attacks"; 26 26 homepage = "https://github.com/iagox86/hash_extender"; 27 27 license = licenses.bsd3; 28 - maintainers = with maintainers; [ geistesk ]; 28 + maintainers = with maintainers; [ oxzi ]; 29 29 }; 30 30 }
+1 -1
pkgs/tools/text/smu/default.nix
··· 22 22 description = "simple markup - markdown like syntax"; 23 23 homepage = "https://github.com/Gottox/smu"; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ geistesk ]; 25 + maintainers = with maintainers; [ oxzi ]; 26 26 }; 27 27 } 28 28