From 8e83701a4c03cb44caee6613c4cd61b504be1371 Mon Sep 17 00:00:00 2001 From: Seraphim Pardee Date: Wed, 24 Dec 2025 13:01:40 -0500 Subject: [PATCH] chore: remove nixpkgs maintainer, update username --- CREDITS.md | 1 - INSTALL.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 490288f8..ebfcfa23 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -8,7 +8,6 @@ - [Nbc66](https://github.com/Nbc66): added some extra info to the installation guide - [OzxyBox](https://github.com/ozxybox): WAD3 parser - [Rythyrix](https://github.com/Rythyrix): minor library bugfix -- [SeraphimRP](https://github.com/SeraphimRP): Nixpkgs maintainer - [sour-dani](https://github.com/sour-dani): initial CLI response file implementation - [Tholp](https://github.com/Tholp1): major BSP stability improvements - [Trico Everfire](https://github.com/Trico-Everfire): open pack files based on Steam game install locations diff --git a/INSTALL.md b/INSTALL.md index 0170ea0a..88098f8e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -92,6 +92,6 @@ as I don't use Arch Linux personally and don't know how that system works. (I us #### NixOS: -VPKEdit is available in NixOS 25.05 and nixpkgs unstable thanks to [@Seraphim Pardee](https://github.com/SeraphimRP). +VPKEdit is available in NixOS 25.05 and nixpkgs unstable thanks to [@Seraphim Pardee](https://github.com/RdrSeraphim). Add it to your system by placing `vpkedit` in the appropriate `environment.systemPackages = with pkgs; [];` section in your Nix configuration. If you want to use it temporarily, run `nix-shell -p vpkedit` then `vpkedit` (for gui) or `vpkeditcli`.