mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #169948 from ktosiek/remove-from-maintainers
Remove ktosiek from the maintainers list
This commit is contained in:
commit
c50a5acc96
3 changed files with 2 additions and 8 deletions
|
@ -6834,12 +6834,6 @@
|
||||||
githubId = 99639;
|
githubId = 99639;
|
||||||
name = "Pawel Kruszewski";
|
name = "Pawel Kruszewski";
|
||||||
};
|
};
|
||||||
ktosiek = {
|
|
||||||
email = "tomasz.kontusz@gmail.com";
|
|
||||||
github = "ktosiek";
|
|
||||||
githubId = 278013;
|
|
||||||
name = "Tomasz Kontusz";
|
|
||||||
};
|
|
||||||
kubukoz = {
|
kubukoz = {
|
||||||
email = "kubukoz@gmail.com";
|
email = "kubukoz@gmail.com";
|
||||||
github = "kubukoz";
|
github = "kubukoz";
|
||||||
|
|
|
@ -89,6 +89,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
homepage = "https://wiki.gnome.org/Apps/DFeet";
|
homepage = "https://wiki.gnome.org/Apps/DFeet";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ ktosiek ];
|
maintainers = teams.gnome.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "SSTP client for Linux";
|
description = "SSTP client for Linux";
|
||||||
homepage = "http://sstp-client.sourceforge.net/";
|
homepage = "http://sstp-client.sourceforge.net/";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ktosiek ];
|
maintainers = with maintainers; [ ];
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue