maintainers: remove willtim
no github account linked
This commit is contained in:
parent
e59cb525ca
commit
4272b6439b
2 changed files with 1 additions and 5 deletions
|
@ -13607,10 +13607,6 @@
|
|||
githubId = 20464732;
|
||||
name = "Willi Butz";
|
||||
};
|
||||
willtim = {
|
||||
email = "tim.williams.public@gmail.com";
|
||||
name = "Tim Philip Williams";
|
||||
};
|
||||
willcohen = {
|
||||
email = "willcohen@users.noreply.github.com";
|
||||
github = "willcohen";
|
||||
|
|
|
@ -51,7 +51,7 @@ mkDerivation rec {
|
|||
homepage = "https://hluk.github.io/CopyQ";
|
||||
description = "Clipboard Manager with Advanced Features";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ willtim artturin ];
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
# NOTE: CopyQ supports windows and osx, but I cannot test these.
|
||||
# OSX build requires QT5.
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue