commit
05249459c7
12 changed files with 11 additions and 20 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "https://www.digitemp.com";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [ maintainers.fogti ];
|
||||
maintainers = [ ];
|
||||
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.fogti ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue