removing maintainer wucke13 from some packages

main
Wanja Zaeske 2 years ago committed by Bjørn Forsman
parent e54a3f0819
commit 2d67cc2bf6
  1. 2
      maintainers/maintainer-list.nix
  2. 2
      pkgs/applications/blockchains/pivx/default.nix
  3. 2
      pkgs/applications/science/math/getdp/default.nix
  4. 2
      pkgs/development/libraries/dqlite/default.nix
  5. 2
      pkgs/development/libraries/science/math/petsc/default.nix
  6. 2
      pkgs/tools/admin/lxd/default.nix

@ -13164,7 +13164,7 @@
name = "Wayne Scott";
};
wucke13 = {
email = "info@wucke13.de";
email = "wucke13@gmail.com";
github = "wucke13";
githubId = 20400405;
name = "Wucke";

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
homepage = "https://pivx.org";
maintainers = with maintainers; [ wucke13 ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://getdp.info/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ wucke13 ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://dqlite.io/";
license = licenses.asl20;
maintainers = with maintainers; [ joko wucke13 ];
maintainers = with maintainers; [ joko ];
platforms = platforms.linux;
};
}

@ -74,6 +74,6 @@ stdenv.mkDerivation rec {
description = "Portable Extensible Toolkit for Scientific computation";
homepage = "https://www.mcs.anl.gov/petsc/index.html";
license = licenses.bsd2;
maintainers = with maintainers; [ wucke13 cburstedde ];
maintainers = with maintainers; [ cburstedde ];
};
}

@ -58,7 +58,7 @@ buildGoPackage rec {
description = "Daemon based on liblxc offering a REST API to manage containers";
homepage = "https://linuxcontainers.org/lxd/";
license = licenses.asl20;
maintainers = with maintainers; [ fpletz wucke13 marsam ];
maintainers = with maintainers; [ fpletz marsam ];
platforms = platforms.linux;
};
}

Loading…
Cancel
Save