Unverified Commit 05249459 authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

Merge pull request #307208 from fogti/bye

maintainers: remove fogti
parents c0ee181a 783a35ca
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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";
+1 −4
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
Loading