maintainers: add wolfangaukang

This commit is contained in:
Pedro R. de Oliveira 2020-10-12 17:27:16 -06:00
parent 73825def0a
commit ffc76b3485
No known key found for this signature in database
GPG key ID: 7B0FF33FF90110C7
2 changed files with 7 additions and 1 deletions

View file

@ -9248,6 +9248,12 @@
githubId = 1322287;
name = "William O'Hanley";
};
wolfangaukang = {
email = "liquid.query960@4wrd.cc";
github = "wolfangaukang";
githubId = 8378365;
name = "P. R. d. O.";
};
womfoo = {
email = "kranium@gikos.net";
github = "womfoo";

View file

@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
description = "Online freelancing platform desktop application for time tracking";
homepage = "https://www.upwork.com/ab/downloads/";
license = licenses.unfree;
maintainers = with maintainers; [ zakkor ];
maintainers = with maintainers; [ zakkor wolfangaukang ];
};
}