dfeet: add teams.gnome.members to maintainers

This commit is contained in:
Bobby Rong 2022-04-27 10:45:38 +08:00 committed by GitHub
parent e85479a413
commit 1976ab0a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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

View file

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