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"; github = "alexarice";
name = "Alex Rice"; name = "Alex Rice";
}; };
alexbakker = {
email = "ab@alexbakker.me";
github = "alexbakker";
name = "Alexander Bakker";
};
alexchapman = { alexchapman = {
email = "alex@farfromthere.net"; email = "alex@farfromthere.net";
github = "AJChapman"; github = "AJChapman";

View file

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