looking-glass-client: replace pneumaticat as maintainer

This commit is contained in:
Alexander Bakker 2019-08-14 21:45:09 +02:00
parent d6d1e6bd27
commit 13d261b535
2 changed files with 6 additions and 1 deletions

View file

@ -255,6 +255,11 @@
github = "alexarice";
name = "Alex Rice";
};
alexbakker = {
email = "ab@alexbakker.me";
github = "alexbakker";
name = "Alexander Bakker";
};
alexchapman = {
email = "alex@farfromthere.net";
github = "AJChapman";

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://looking-glass.hostfission.com/;
license = licenses.gpl2Plus;
maintainers = [ maintainers.pneumaticat ];
maintainers = [ maintainers.alexbakker ];
platforms = [ "x86_64-linux" ];
};
}