From b0004e6c970d8f552daddced6f11c352e256b2a1 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 8 Apr 2023 00:29:37 +0200 Subject: [PATCH] swapspace: add Luflosi as maintainer --- pkgs/tools/admin/swapspace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/swapspace/default.nix b/pkgs/tools/admin/swapspace/default.nix index a859de996707..4d961a810a40 100644 --- a/pkgs/tools/admin/swapspace/default.nix +++ b/pkgs/tools/admin/swapspace/default.nix @@ -25,6 +25,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Tookmund/Swapspace"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = with maintainers; [ misuzu ]; + maintainers = with maintainers; [ misuzu Luflosi ]; }; }