dfeet: add teams.gnome.members to maintainers

main
Bobby Rong 2 years ago committed by GitHub
parent e85479a413
commit 1976ab0a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/development/tools/misc/d-feet/default.nix
  2. 1
      pkgs/tools/networking/sstp/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;
};
}

@ -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;
};
}

Loading…
Cancel
Save