maintainers: add wolfangaukang
This commit is contained in:
parent
73825def0a
commit
ffc76b3485
|
@ -9248,6 +9248,12 @@
|
||||||
githubId = 1322287;
|
githubId = 1322287;
|
||||||
name = "William O'Hanley";
|
name = "William O'Hanley";
|
||||||
};
|
};
|
||||||
|
wolfangaukang = {
|
||||||
|
email = "liquid.query960@4wrd.cc";
|
||||||
|
github = "wolfangaukang";
|
||||||
|
githubId = 8378365;
|
||||||
|
name = "P. R. d. O.";
|
||||||
|
};
|
||||||
womfoo = {
|
womfoo = {
|
||||||
email = "kranium@gikos.net";
|
email = "kranium@gikos.net";
|
||||||
github = "womfoo";
|
github = "womfoo";
|
||||||
|
|
|
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Online freelancing platform desktop application for time tracking";
|
description = "Online freelancing platform desktop application for time tracking";
|
||||||
homepage = "https://www.upwork.com/ab/downloads/";
|
homepage = "https://www.upwork.com/ab/downloads/";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ zakkor ];
|
maintainers = with maintainers; [ zakkor wolfangaukang ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue