summary refs log tree commit diff
path: root/pkgs/applications/graphics/weylus/default.nix
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2021-12-01 17:19:48 -0600
committerlegendofmiracles <legendofmiracles@protonmail.com>2021-12-01 17:19:48 -0600
commitb9e6351d30996e660dc5deceb5810535b21d0345 (patch)
tree702cadd3fbd13e3e23a7a27edfe5b2321e6ca477 /pkgs/applications/graphics/weylus/default.nix
parent3b2742e7bb3c262301481345288e35cbf7b4a406 (diff)
downloadnixpkgs-b9e6351d30996e660dc5deceb5810535b21d0345.tar
nixpkgs-b9e6351d30996e660dc5deceb5810535b21d0345.tar.gz
nixpkgs-b9e6351d30996e660dc5deceb5810535b21d0345.tar.bz2
nixpkgs-b9e6351d30996e660dc5deceb5810535b21d0345.tar.lz
nixpkgs-b9e6351d30996e660dc5deceb5810535b21d0345.tar.xz
nixpkgs-b9e6351d30996e660dc5deceb5810535b21d0345.tar.zst
nixpkgs-b9e6351d30996e660dc5deceb5810535b21d0345.zip
maintainers: rename legendofmiracles to lom
Diffstat (limited to 'pkgs/applications/graphics/weylus/default.nix')
-rw-r--r--pkgs/applications/graphics/weylus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/weylus/default.nix b/pkgs/applications/graphics/weylus/default.nix
index f2cdfa2990e..3c408ff5fc8 100644
--- a/pkgs/applications/graphics/weylus/default.nix
+++ b/pkgs/applications/graphics/weylus/default.nix
@@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
     description = "Use your tablet as graphic tablet/touch screen on your computer";
     homepage = "https://github.com/H-M-H/Weylus";
     license = with licenses; [ agpl3Only ];
-    maintainers = with maintainers; [ legendofmiracles ];
+    maintainers = with maintainers; [ lom ];
   };
 }