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;
name = "Franz Thoma";
};
fogti = {
name = "Alain Fogtia Zscheile";
email = "fogti+devel@ytrizja.de";
github = "fogti";
githubId = 1618343;
};
foo-dogsquared = {
email = "foodogsquared@foodogsquared.one";
github = "foo-dogsquared";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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