3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: remove ktosiek

This commit is contained in:
Tomasz Kontusz 2022-04-23 01:46:11 +02:00
parent 10f8f094b8
commit e85479a413
3 changed files with 0 additions and 8 deletions

View file

@ -6834,12 +6834,6 @@
githubId = 99639;
name = "Pawel Kruszewski";
};
ktosiek = {
email = "tomasz.kontusz@gmail.com";
github = "ktosiek";
githubId = 278013;
name = "Tomasz Kontusz";
};
kubukoz = {
email = "kubukoz@gmail.com";
github = "kubukoz";

View file

@ -89,6 +89,5 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://wiki.gnome.org/Apps/DFeet";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ ktosiek ];
};
}

View file

@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
description = "SSTP client for Linux";
homepage = "http://sstp-client.sourceforge.net/";
platforms = platforms.linux;
maintainers = with maintainers; [ ktosiek ];
license = licenses.gpl2Plus;
};
}