summary refs log tree commit diff
path: root/pkgs/servers/uwsgi
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-08-20 19:36:05 +0200
committerRobin Gloster <mail@glob.in>2019-08-20 19:36:05 +0200
commit4e60b0efae56cc8e1a8a606a5a89462c38aba305 (patch)
tree37854d4ce85949c9f06e1c18187aaf183ced9cab /pkgs/servers/uwsgi
parent03d34165bfe44ea6e1641303808112b7cb78d1ce (diff)
downloadnixpkgs-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar
nixpkgs-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.gz
nixpkgs-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.bz2
nixpkgs-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.lz
nixpkgs-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.xz
nixpkgs-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.zst
nixpkgs-4e60b0efae56cc8e1a8a606a5a89462c38aba305.zip
treewide: update globin's maintained drvs
Diffstat (limited to 'pkgs/servers/uwsgi')
-rw-r--r--pkgs/servers/uwsgi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/uwsgi/default.nix b/pkgs/servers/uwsgi/default.nix
index 1e846487472..6f5f7170dbd 100644
--- a/pkgs/servers/uwsgi/default.nix
+++ b/pkgs/servers/uwsgi/default.nix
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
     homepage = https://uwsgi-docs.readthedocs.org/en/latest/;
     description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ abbradar schneefux ];
+    maintainers = with maintainers; [ abbradar schneefux globin ];
     platforms = platforms.unix;
   };
 }