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