summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorThomas Tuegel <thomas.tuegel@runtimeverification.com>2020-09-06 09:21:53 -0500
committerThomas Tuegel <thomas.tuegel@runtimeverification.com>2020-09-07 08:06:22 -0500
commitb32b655ce92c7b110a05257d86e4efbaeec3e363 (patch)
tree24bca3f716420c20d89d468888b909fcaa537cf7 /pkgs/development/libraries
parent6e8bef3067fff08739019c013048523f836e65c3 (diff)
downloadnixpkgs-b32b655ce92c7b110a05257d86e4efbaeec3e363.tar
nixpkgs-b32b655ce92c7b110a05257d86e4efbaeec3e363.tar.gz
nixpkgs-b32b655ce92c7b110a05257d86e4efbaeec3e363.tar.bz2
nixpkgs-b32b655ce92c7b110a05257d86e4efbaeec3e363.tar.lz
nixpkgs-b32b655ce92c7b110a05257d86e4efbaeec3e363.tar.xz
nixpkgs-b32b655ce92c7b110a05257d86e4efbaeec3e363.tar.zst
nixpkgs-b32b655ce92c7b110a05257d86e4efbaeec3e363.zip
plasma-wayland-protocols: add ttuegel as maintainer
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/plasma-wayland-protocols/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/plasma-wayland-protocols/default.nix b/pkgs/development/libraries/plasma-wayland-protocols/default.nix
index a84c3518c4a..2d3a5239d7b 100644
--- a/pkgs/development/libraries/plasma-wayland-protocols/default.nix
+++ b/pkgs/development/libraries/plasma-wayland-protocols/default.nix
@@ -20,5 +20,6 @@ mkDerivation rec {
     description = "Plasma Wayland Protocols";
     license = lib.licenses.lgpl21Plus;
     platforms = qtbase.meta.platforms;
+    maintainers = [ lib.maintainers.ttuegel ];
   };
 }