removing maintainer wucke13 from some packages

This commit is contained in:
Wanja Zaeske 2022-02-21 09:31:34 +01:00 committed by Bjørn Forsman
parent e54a3f0819
commit 2d67cc2bf6
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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