summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-11 00:03:19 +0000
committerGitHub <noreply@github.com>2022-08-11 00:03:19 +0000
commitde2d4d270d429183d5ddb91a555f9e9bdebc9584 (patch)
treeeddaf332f6aa6ffcf306f38e4b2d09b754856ed4 /pkgs/development/libraries/gnutls/default.nix
parent3cb9e43af5b31bdf7ca5548c6cf3ea6492141a3e (diff)
parent21cf6d114486ac61af652e75670b159ad5987b0e (diff)
downloadnixpkgs-de2d4d270d429183d5ddb91a555f9e9bdebc9584.tar
nixpkgs-de2d4d270d429183d5ddb91a555f9e9bdebc9584.tar.gz
nixpkgs-de2d4d270d429183d5ddb91a555f9e9bdebc9584.tar.bz2
nixpkgs-de2d4d270d429183d5ddb91a555f9e9bdebc9584.tar.lz
nixpkgs-de2d4d270d429183d5ddb91a555f9e9bdebc9584.tar.xz
nixpkgs-de2d4d270d429183d5ddb91a555f9e9bdebc9584.tar.zst
nixpkgs-de2d4d270d429183d5ddb91a555f9e9bdebc9584.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/libraries/gnutls/default.nix')
-rw-r--r--pkgs/development/libraries/gnutls/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gnutls/default.nix b/pkgs/development/libraries/gnutls/default.nix
index fe831b4b16e..226b91b0ce5 100644
--- a/pkgs/development/libraries/gnutls/default.nix
+++ b/pkgs/development/libraries/gnutls/default.nix
@@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
 
     homepage = "https://gnutls.org/";
     license = licenses.lgpl21Plus;
-    maintainers = with maintainers; [ eelco ];
+    maintainers = with maintainers; [ vcunat ];
     platforms = platforms.all;
   };
 }