lol

maintainers: rename alyaeanyx -> pentane

alyaeanyx bdd58823 6117466f

+21 -21
+7 -7
maintainers/maintainer-list.nix
··· 1331 1331 githubId = 9567176; 1332 1332 name = "Alexis Simon"; 1333 1333 }; 1334 - alyaeanyx = { 1335 - email = "alyaeanyx@mailbox.org"; 1336 - github = "alyaeanyx"; 1337 - githubId = 74795488; 1338 - name = "alyaeanyx"; 1339 - keys = [ { fingerprint = "1F73 8879 5E5A 3DFC E2B3 FA32 87D1 AADC D25B 8DEE"; } ]; 1340 - }; 1341 1334 amadaluzia = { 1342 1335 email = "amad@atl.tools"; 1343 1336 github = "amadaluzia"; ··· 19158 19151 github = "penguwin"; 19159 19152 githubId = 13225611; 19160 19153 name = "Nicolas Martin"; 19154 + }; 19155 + pentane = { 19156 + email = "cyclopentane@aidoskyneen.eu"; 19157 + github = "cyclic-pentane"; 19158 + githubId = 74795488; 19159 + name = "pentane"; 19160 + keys = [ { fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874"; } ]; 19161 19161 }; 19162 19162 perchun = { 19163 19163 name = "Perchun Pak";
+1 -1
nixos/modules/services/matrix/mautrix-signal.nix
··· 270 270 buildDocsInSandbox = false; 271 271 doc = ./mautrix-signal.md; 272 272 maintainers = with lib.maintainers; [ 273 - alyaeanyx 273 + pentane 274 274 frederictobiasc 275 275 ]; 276 276 };
+1 -1
nixos/modules/services/networking/openconnect.nix
··· 159 159 }) cfg.interfaces; 160 160 }; 161 161 162 - meta.maintainers = with maintainers; [ alyaeanyx ]; 162 + meta.maintainers = with maintainers; [ pentane ]; 163 163 }
+1 -1
nixos/modules/services/networking/wstunnel.nix
··· 486 486 }; 487 487 488 488 meta.maintainers = with lib.maintainers; [ 489 - alyaeanyx 489 + pentane 490 490 raylas 491 491 rvdp 492 492 neverbehave
+1 -1
pkgs/by-name/fr/freetube/package.nix
··· 106 106 license = lib.licenses.agpl3Only; 107 107 maintainers = with lib.maintainers; [ 108 108 ryneeverett 109 - alyaeanyx 109 + pentane 110 110 ryand56 111 111 sigmasquadron 112 112 ddogfoodd
+1 -1
pkgs/by-name/fr/friture/package.nix
··· 68 68 platforms = platforms.linux; # fails on Darwin 69 69 maintainers = with maintainers; [ 70 70 laikq 71 - alyaeanyx 71 + pentane 72 72 ]; 73 73 }; 74 74 }
+1 -1
pkgs/by-name/gl/gladtex/package.nix
··· 21 21 homepage = "https://humenda.github.io/GladTeX"; 22 22 license = licenses.lgpl3Plus; 23 23 platforms = platforms.all; 24 - maintainers = with maintainers; [ alyaeanyx ]; 24 + maintainers = with maintainers; [ pentane ]; 25 25 }; 26 26 }
+1 -1
pkgs/by-name/gp/gprojector/package.nix
··· 51 51 description = "G.Projector transforms an input map image into any of about 200 global and regional map projections"; 52 52 homepage = "https://www.giss.nasa.gov/tools/gprojector/"; 53 53 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 54 - maintainers = with lib.maintainers; [ alyaeanyx ]; 54 + maintainers = with lib.maintainers; [ pentane ]; 55 55 license = lib.licenses.unfree; 56 56 inherit (jre.meta) platforms; 57 57 };
+1 -1
pkgs/by-name/li/libqalculate/package.nix
··· 84 84 license = licenses.gpl2Plus; 85 85 maintainers = with maintainers; [ 86 86 doronbehar 87 - alyaeanyx 87 + pentane 88 88 ]; 89 89 mainProgram = "qalc"; 90 90 platforms = platforms.all;
+1 -1
pkgs/by-name/li/libsignal-ffi/package.nix
··· 51 51 description = "C ABI library which exposes Signal protocol logic"; 52 52 homepage = "https://github.com/signalapp/libsignal"; 53 53 license = licenses.agpl3Plus; 54 - maintainers = with maintainers; [ alyaeanyx ]; 54 + maintainers = with maintainers; [ pentane ]; 55 55 }; 56 56 }
+1 -1
pkgs/by-name/ma/mautrix-signal/package.nix
··· 67 67 description = "Matrix-Signal puppeting bridge"; 68 68 license = licenses.agpl3Plus; 69 69 maintainers = with maintainers; [ 70 - alyaeanyx 70 + pentane 71 71 ma27 72 72 ]; 73 73 mainProgram = "mautrix-signal";
+1 -1
pkgs/by-name/qa/qalculate-gtk/package.nix
··· 43 43 homepage = "http://qalculate.github.io"; 44 44 maintainers = with maintainers; [ 45 45 doronbehar 46 - alyaeanyx 46 + pentane 47 47 aleksana 48 48 ]; 49 49 license = licenses.gpl2Plus;
+1 -1
pkgs/by-name/sn/snis-assets/package.nix
··· 48 48 licenses.cc0 49 49 licenses.publicDomain 50 50 ]; 51 - maintainers = with maintainers; [ alyaeanyx ]; 51 + maintainers = with maintainers; [ pentane ]; 52 52 platforms = platforms.linux; 53 53 hydraPlatforms = [ ]; 54 54 };
+1 -1
pkgs/by-name/sn/snis-unwrapped/package.nix
··· 87 87 description = "Space Nerds In Space, a multi-player spaceship bridge simulator"; 88 88 homepage = "https://smcameron.github.io/space-nerds-in-space/"; 89 89 license = licenses.gpl2Plus; 90 - maintainers = with maintainers; [ alyaeanyx ]; 90 + maintainers = with maintainers; [ pentane ]; 91 91 platforms = platforms.linux; 92 92 mainProgram = "snis_launcher"; 93 93 };
+1 -1
pkgs/tools/networking/openconnect/common.nix
··· 63 63 maintainers = with maintainers; [ 64 64 pradeepchhetri 65 65 tricktron 66 - alyaeanyx 66 + pentane 67 67 ]; 68 68 platforms = lib.platforms.unix; 69 69 mainProgram = "openconnect";