ly: change maintainer to vidister

This commit changes the package maintainer of ly to vidister. The former maintainer (spacekookie) agreed to hand over maintainership.
This commit is contained in:
Fiona Weber
2021-08-24 19:54:47 +02:00
parent ba2e930fcb
commit c8ec6204fe
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -11355,6 +11355,12 @@
githubId = 335406;
name = "David Asabina";
};
vidister = {
email = "v@vidister.de";
github = "vidister";
githubId = 11413574;
name = "Fiona Weber";
};
vifino = {
email = "vifino@tty.sh";
github = "vifino";
@@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
description = "TUI display manager";
license = licenses.wtfpl;
homepage = "https://github.com/cylgom/ly";
maintainers = [ maintainers.spacekookie ];
maintainers = [ maintainers.vidister ];
};
}