mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
maintainers: rename zseri -> fogti, update details
This commit is contained in:
parent
805305a9e9
commit
7348c5c6d8
@ -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";
|
||||
|
@ -35,8 +35,8 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.isc;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [
|
||||
fogti
|
||||
yuu
|
||||
zseri
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user