3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: add builditluc

This commit is contained in:
Builditluc 2022-04-17 12:28:34 +02:00
parent b46d723185
commit c17f2305a8
2 changed files with 7 additions and 1 deletions

View file

@ -1794,6 +1794,12 @@
githubId = 7214361;
name = "Roman Gerasimenko";
};
builditluc = {
email = "builditluc@icloud.com";
github = "builditluc";
githubId = 37375448;
name = "Buildit";
};
bburdette = {
email = "bburdette@protonmail.com";
github = "bburdette";

View file

@ -24,6 +24,6 @@ rustPlatform.buildRustPackage rec {
description = "A simple and easy to use Wikipedia Text User Interface";
homepage = "https://github.com/builditluc/wiki-tui";
license = licenses.mit;
maintainers = with maintainers; [ lom ];
maintainers = with maintainers; [ lom builditluc ];
};
}