looking-glass-client: replace pneumaticat as maintainer
This commit is contained in:
parent
d6d1e6bd27
commit
13d261b535
@ -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";
|
||||||
|
@ -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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user