From 1976ab0a528e082512cc5048970b7a9e691fb177 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Wed, 27 Apr 2022 10:45:38 +0800 Subject: [PATCH] dfeet: add teams.gnome.members to maintainers --- pkgs/development/tools/misc/d-feet/default.nix | 1 + pkgs/tools/networking/sstp/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/tools/misc/d-feet/default.nix b/pkgs/development/tools/misc/d-feet/default.nix index 1c6de2149f7..d105dd61665 100644 --- a/pkgs/development/tools/misc/d-feet/default.nix +++ b/pkgs/development/tools/misc/d-feet/default.nix @@ -89,5 +89,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://wiki.gnome.org/Apps/DFeet"; platforms = platforms.linux; license = licenses.gpl2; + maintainers = teams.gnome.members; }; } diff --git a/pkgs/tools/networking/sstp/default.nix b/pkgs/tools/networking/sstp/default.nix index 8ddb27238bc..77f86458ad1 100644 --- a/pkgs/tools/networking/sstp/default.nix +++ b/pkgs/tools/networking/sstp/default.nix @@ -28,6 +28,7 @@ stdenv.mkDerivation rec { description = "SSTP client for Linux"; homepage = "http://sstp-client.sourceforge.net/"; platforms = platforms.linux; + maintainers = with maintainers; [ ]; license = licenses.gpl2Plus; }; }