Update maintainer

This commit is contained in:
Artur Taranchiev 2020-12-21 11:18:40 +03:00
parent 7dc0b8d9d6
commit 5625941e65
2 changed files with 7 additions and 1 deletions

View File

@ -2857,6 +2857,12 @@
githubId = 30512529; githubId = 30512529;
name = "Evils"; name = "Evils";
}; };
ewok = {
email = "ewok@ewok.ru";
github = "ewok";
githubId = 454695;
name = "Artur Taranchiev";
};
exfalso = { exfalso = {
email = "0slemi0@gmail.com"; email = "0slemi0@gmail.com";
github = "exfalso"; github = "exfalso";

View File

@ -56,7 +56,7 @@ let
homepage = "https://www.enpass.io/"; homepage = "https://www.enpass.io/";
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux"]; platforms = [ "x86_64-linux" "i686-linux"];
maintainers = with maintainers; [ guillaumekoenig ]; maintainers = with maintainers; [ ewok ];
}; };
buildInputs = [makeWrapper dpkg]; buildInputs = [makeWrapper dpkg];