lr: add myself (@kisik21) as maintainer

As an answer to #67638, I'm adopting this package, adding myself as a
maintainer.
This commit is contained in:
Vika 2019-08-28 20:17:34 +03:00
parent 06073ae7df
commit cd7142b288
No known key found for this signature in database
GPG key ID: 5402B9B5497BACDB
2 changed files with 11 additions and 1 deletions

View file

@ -6640,6 +6640,16 @@
githubId = 5837359;
name = "Adrian Pistol";
};
vika_nezrimaya = {
email = "vika@fireburn.ru";
github = "kisik21";
githubId = 7953163;
name = "Vika Shleina";
keys = [{
longkeyid = "rsa4096/0x5402B9B5497BACDB";
fingerprint = "A03C D09C 36CF D9F6 1ADF AF11 5402 B9B5 497B ACDB";
}];
};
vinymeuh = {
email = "vinymeuh@gmail.com";
github = "vinymeuh";

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "List files recursively";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ ];
maintainers = with maintainers; [ vika_nezrimaya ];
};
}