Merge pull request #307208 from fogti/bye

maintainers: remove fogti
This commit is contained in:
Ryan Mulligan 2024-04-27 06:27:22 -07:00 committed by GitHub
commit 05249459c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 11 additions and 20 deletions

View File

@ -6730,12 +6730,6 @@
githubId = 5918766; githubId = 5918766;
name = "Franz Thoma"; name = "Franz Thoma";
}; };
fogti = {
name = "Alain Fogtia Zscheile";
email = "fogti+devel@ytrizja.de";
github = "fogti";
githubId = 1618343;
};
foo-dogsquared = { foo-dogsquared = {
email = "foodogsquared@foodogsquared.one"; email = "foodogsquared@foodogsquared.one";
github = "foo-dogsquared"; github = "foo-dogsquared";

View File

@ -47,9 +47,6 @@ stdenv.mkDerivation rec {
changelog = "https://gitlab.com/drobilla/zix/-/blob/${src.rev}/NEWS"; changelog = "https://gitlab.com/drobilla/zix/-/blob/${src.rev}/NEWS";
license = licenses.isc; license = licenses.isc;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ maintainers = with maintainers; [ yuu ];
fogti
yuu
];
}; };
} }

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "Zscheile Lowlevel (utility) library"; description = "Zscheile Lowlevel (utility) library";
homepage = "https://github.com/fogti/libowlevelzs"; homepage = "https://github.com/fogti/libowlevelzs";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.fogti ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; { meta = with lib; {
description = "C Library for NVM Express on Linux"; description = "C Library for NVM Express on Linux";
homepage = "https://github.com/linux-nvme/libnvme"; homepage = "https://github.com/linux-nvme/libnvme";
maintainers = with maintainers; [ fogti vifino ]; maintainers = with maintainers; [ vifino ];
license = with licenses; [ lgpl21Plus ]; license = with licenses; [ lgpl21Plus ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "ZBC device manipulation library"; description = "ZBC device manipulation library";
homepage = "https://github.com/westerndigitalcorporation/libzbc"; homepage = "https://github.com/westerndigitalcorporation/libzbc";
maintainers = [ maintainers.fogti ]; maintainers = [ ];
license = with licenses; [ bsd2 lgpl3Plus ]; license = with licenses; [ bsd2 lgpl3Plus ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "Zoned block device manipulation library and tools"; description = "Zoned block device manipulation library and tools";
mainProgram = "zbd"; mainProgram = "zbd";
homepage = "https://github.com/westerndigitalcorporation/libzbd"; homepage = "https://github.com/westerndigitalcorporation/libzbd";
maintainers = [ maintainers.fogti ]; maintainers = [ ];
license = with licenses; [ lgpl3Plus gpl3Plus ]; license = with licenses; [ lgpl3Plus gpl3Plus ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "Convert a .rpm file to a .tar.gz archive"; description = "Convert a .rpm file to a .tar.gz archive";
homepage = "http://slackware.com/config/packages.php"; homepage = "http://slackware.com/config/packages.php";
license = licenses.bsd1; license = licenses.bsd1;
maintainers = [ maintainers.fogti ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://www.digitemp.com"; homepage = "https://www.digitemp.com";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.fogti ]; maintainers = [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -30,6 +30,6 @@ buildPythonApplication rec {
description = "unified temperature fetcher interface to several UPS network adapters"; description = "unified temperature fetcher interface to several UPS network adapters";
homepage = "https://github.com/YZITE/APC_Temp_fetch"; homepage = "https://github.com/YZITE/APC_Temp_fetch";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.fogti ]; maintainers = [ ];
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "APC SPDU control utility"; description = "APC SPDU control utility";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.fogti ]; maintainers = [ ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "zs-apc-spdu-ctl"; mainProgram = "zs-apc-spdu-ctl";
}; };

View File

@ -28,7 +28,7 @@ stdenvNoCC.mkDerivation rec {
description = "Wait for a host to come up/go down"; description = "Wait for a host to come up/go down";
homepage = "https://ytrizja.de/"; homepage = "https://ytrizja.de/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.fogti ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation rec {
description = "utilities to deal with text based name service databases"; description = "utilities to deal with text based name service databases";
homepage = "https://ytrizja.de/"; homepage = "https://ytrizja.de/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = [ maintainers.fogti ]; maintainers = [ ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }