Merge pull request #243046 from fogti/nickname-upd

maintainers: rename zseri -> fogti, update details
This commit is contained in:
Emily 2023-09-06 23:12:57 +02:00 committed by GitHub
commit b2e703da03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 20 additions and 23 deletions

View File

@ -5738,6 +5738,12 @@
githubId = 5918766;
name = "Franz Thoma";
};
fogti = {
name = "Alain Fogtia Zscheile";
email = "fogti+devel@ytrizja.de";
github = "fogti";
githubId = 1618343;
};
foo-dogsquared = {
email = "foo.dogsquared@gmail.com";
github = "foo-dogsquared";
@ -19231,15 +19237,6 @@
githubId = 8100652;
name = "David Mell";
};
zseri = {
name = "zseri";
email = "zseri.devel@ytrizja.de";
github = "fogti";
githubId = 1618343;
keys = [{
fingerprint = "7AFB C595 0D3A 77BD B00F 947B 229E 63AE 5644 A96D";
}];
};
ztzg = {
email = "dd@crosstwine.com";
github = "ztzg";

View File

@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
license = licenses.isc;
platforms = platforms.unix;
maintainers = with maintainers; [
fogti
yuu
zseri
];
};
}

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
version = "0.1.1";
src = fetchFromGitHub {
owner = "zseri";
owner = "fogti";
repo = "libowlevelzs";
rev = "v${version}";
sha256 = "y/EaMMsmJEmnptfjwiat4FC2+iIKlndC2Wdpop3t7vY=";
@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Zscheile Lowlevel (utility) library";
homepage = "https://github.com/zseri/libowlevelzs";
homepage = "https://github.com/fogti/libowlevelzs";
license = licenses.mit;
maintainers = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
platforms = platforms.all;
};
}

View File

@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "C Library for NVM Express on Linux";
homepage = "https://github.com/linux-nvme/libnvme";
maintainers = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
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 = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
license = with licenses; [ bsd2 lgpl3Plus ];
platforms = platforms.linux;
};

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Zoned block device manipulation library and tools";
homepage = "https://github.com/westerndigitalcorporation/libzbd";
maintainers = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
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 = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
platforms = platforms.all;
};
}

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.digitemp.com";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
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.zseri ];
maintainers = [ maintainers.fogti ];
};
}

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
version = "0.0.2";
src = fetchFromGitHub {
owner = "zseri";
owner = "fogti";
repo = "zs-apc-spdu-ctl";
rev = "v${version}";
sha256 = "TMV9ETWBVeXq6tZ2e0CrvHBXoyKfOLCQurjBdf/iw/M=";
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "APC SPDU control utility";
license = licenses.mit;
maintainers = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
platforms = platforms.linux;
};
}

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 = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
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 = with maintainers; [ zseri ];
maintainers = [ maintainers.fogti ];
platforms = platforms.all;
};
}