Merge pull request #135580 from vidister/ly-change-maintainer

ly: change maintainer to vidister
This commit is contained in:
Maximilian Bosch 2021-08-24 22:11:29 +02:00 committed by GitHub
commit 0794f33343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

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";

View File

@ -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 ];
};
}