Merge pull request #307208 from fogti/bye

maintainers: remove fogti

authored by Ryan Mulligan and committed by GitHub 05249459 c0ee181a

+11 -20
-6
maintainers/maintainer-list.nix
··· 6730 githubId = 5918766; 6731 name = "Franz Thoma"; 6732 }; 6733 - fogti = { 6734 - name = "Alain Fogtia Zscheile"; 6735 - email = "fogti+devel@ytrizja.de"; 6736 - github = "fogti"; 6737 - githubId = 1618343; 6738 - }; 6739 foo-dogsquared = { 6740 email = "foodogsquared@foodogsquared.one"; 6741 github = "foo-dogsquared";
··· 6730 githubId = 5918766; 6731 name = "Franz Thoma"; 6732 }; 6733 foo-dogsquared = { 6734 email = "foodogsquared@foodogsquared.one"; 6735 github = "foo-dogsquared";
+1 -4
pkgs/development/libraries/audio/zix/default.nix
··· 47 changelog = "https://gitlab.com/drobilla/zix/-/blob/${src.rev}/NEWS"; 48 license = licenses.isc; 49 platforms = platforms.unix; 50 - maintainers = with maintainers; [ 51 - fogti 52 - yuu 53 - ]; 54 }; 55 }
··· 47 changelog = "https://gitlab.com/drobilla/zix/-/blob/${src.rev}/NEWS"; 48 license = licenses.isc; 49 platforms = platforms.unix; 50 + maintainers = with maintainers; [ yuu ]; 51 }; 52 }
+1 -1
pkgs/development/libraries/libowlevelzs/default.nix
··· 21 description = "Zscheile Lowlevel (utility) library"; 22 homepage = "https://github.com/fogti/libowlevelzs"; 23 license = licenses.mit; 24 - maintainers = [ maintainers.fogti ]; 25 platforms = platforms.all; 26 }; 27 }
··· 21 description = "Zscheile Lowlevel (utility) library"; 22 homepage = "https://github.com/fogti/libowlevelzs"; 23 license = licenses.mit; 24 + maintainers = [ ]; 25 platforms = platforms.all; 26 }; 27 }
+1 -1
pkgs/os-specific/linux/libnvme/default.nix
··· 65 meta = with lib; { 66 description = "C Library for NVM Express on Linux"; 67 homepage = "https://github.com/linux-nvme/libnvme"; 68 - maintainers = with maintainers; [ fogti vifino ]; 69 license = with licenses; [ lgpl21Plus ]; 70 platforms = platforms.linux; 71 };
··· 65 meta = with lib; { 66 description = "C Library for NVM Express on Linux"; 67 homepage = "https://github.com/linux-nvme/libnvme"; 68 + maintainers = with maintainers; [ vifino ]; 69 license = with licenses; [ lgpl21Plus ]; 70 platforms = platforms.linux; 71 };
+1 -1
pkgs/os-specific/linux/libzbc/default.nix
··· 31 meta = with lib; { 32 description = "ZBC device manipulation library"; 33 homepage = "https://github.com/westerndigitalcorporation/libzbc"; 34 - maintainers = [ maintainers.fogti ]; 35 license = with licenses; [ bsd2 lgpl3Plus ]; 36 platforms = platforms.linux; 37 };
··· 31 meta = with lib; { 32 description = "ZBC device manipulation library"; 33 homepage = "https://github.com/westerndigitalcorporation/libzbc"; 34 + maintainers = [ ]; 35 license = with licenses; [ bsd2 lgpl3Plus ]; 36 platforms = platforms.linux; 37 };
+1 -1
pkgs/os-specific/linux/libzbd/default.nix
··· 34 description = "Zoned block device manipulation library and tools"; 35 mainProgram = "zbd"; 36 homepage = "https://github.com/westerndigitalcorporation/libzbd"; 37 - maintainers = [ maintainers.fogti ]; 38 license = with licenses; [ lgpl3Plus gpl3Plus ]; 39 platforms = platforms.linux; 40 };
··· 34 description = "Zoned block device manipulation library and tools"; 35 mainProgram = "zbd"; 36 homepage = "https://github.com/westerndigitalcorporation/libzbd"; 37 + maintainers = [ ]; 38 license = with licenses; [ lgpl3Plus gpl3Plus ]; 39 platforms = platforms.linux; 40 };
+1 -1
pkgs/tools/archivers/rpm2targz/default.nix
··· 44 description = "Convert a .rpm file to a .tar.gz archive"; 45 homepage = "http://slackware.com/config/packages.php"; 46 license = licenses.bsd1; 47 - maintainers = [ maintainers.fogti ]; 48 platforms = platforms.all; 49 }; 50 }
··· 44 description = "Convert a .rpm file to a .tar.gz archive"; 45 homepage = "http://slackware.com/config/packages.php"; 46 license = licenses.bsd1; 47 + maintainers = [ ]; 48 platforms = platforms.all; 49 }; 50 }
+1 -1
pkgs/tools/misc/digitemp/default.nix
··· 47 ''; 48 homepage = "https://www.digitemp.com"; 49 license = licenses.gpl2Plus; 50 - maintainers = [ maintainers.fogti ]; 51 platforms = platforms.unix; 52 }; 53 }
··· 47 ''; 48 homepage = "https://www.digitemp.com"; 49 license = licenses.gpl2Plus; 50 + maintainers = [ ]; 51 platforms = platforms.unix; 52 }; 53 }
+1 -1
pkgs/tools/networking/apc-temp-fetch/default.nix
··· 30 description = "unified temperature fetcher interface to several UPS network adapters"; 31 homepage = "https://github.com/YZITE/APC_Temp_fetch"; 32 license = licenses.asl20; 33 - maintainers = [ maintainers.fogti ]; 34 }; 35 }
··· 30 description = "unified temperature fetcher interface to several UPS network adapters"; 31 homepage = "https://github.com/YZITE/APC_Temp_fetch"; 32 license = licenses.asl20; 33 + maintainers = [ ]; 34 }; 35 }
+1 -1
pkgs/tools/networking/zs-apc-spdu-ctl/default.nix
··· 30 meta = with lib; { 31 description = "APC SPDU control utility"; 32 license = licenses.mit; 33 - maintainers = [ maintainers.fogti ]; 34 platforms = platforms.linux; 35 mainProgram = "zs-apc-spdu-ctl"; 36 };
··· 30 meta = with lib; { 31 description = "APC SPDU control utility"; 32 license = licenses.mit; 33 + maintainers = [ ]; 34 platforms = platforms.linux; 35 mainProgram = "zs-apc-spdu-ctl"; 36 };
+1 -1
pkgs/tools/networking/zs-wait4host/default.nix
··· 28 description = "Wait for a host to come up/go down"; 29 homepage = "https://ytrizja.de/"; 30 license = licenses.gpl3Plus; 31 - maintainers = [ maintainers.fogti ]; 32 platforms = platforms.all; 33 }; 34 }
··· 28 description = "Wait for a host to come up/go down"; 29 homepage = "https://ytrizja.de/"; 30 license = licenses.gpl3Plus; 31 + maintainers = [ ]; 32 platforms = platforms.all; 33 }; 34 }
+1 -1
pkgs/tools/text/zstxtns-utils/default.nix
··· 33 description = "utilities to deal with text based name service databases"; 34 homepage = "https://ytrizja.de/"; 35 license = licenses.gpl3Plus; 36 - maintainers = [ maintainers.fogti ]; 37 platforms = platforms.all; 38 }; 39 }
··· 33 description = "utilities to deal with text based name service databases"; 34 homepage = "https://ytrizja.de/"; 35 license = licenses.gpl3Plus; 36 + maintainers = [ ]; 37 platforms = platforms.all; 38 }; 39 }